fix build
Gitea/etcdmtr/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
dave 2024-02-25 22:34:14 -08:00
parent 2e1892a063
commit a5048736c7
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ package main
import (
"crypto/tls"
"crypto/x509"
"etcdmtr/pkg/etcdmtr"
"fmt"
"git.davepedu.com/dave/etcdmtr/pkg/etcdmtr"
"github.com/jessevdk/go-flags"
clientv3 "go.etcd.io/etcd/client/v3"
"go.uber.org/zap"

2
go.mod
View File

@ -1,4 +1,4 @@
module git.davepedu.com/dave/etcdmtr
module etcdmtr
go 1.22.0