From a5048736c7d4df27b8823b09128bb49076d834bf Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 25 Feb 2024 22:34:14 -0800 Subject: [PATCH] fix build --- cmd/etcdmtr/main.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/etcdmtr/main.go b/cmd/etcdmtr/main.go index 3826697..fa01ee8 100644 --- a/cmd/etcdmtr/main.go +++ b/cmd/etcdmtr/main.go @@ -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" diff --git a/go.mod b/go.mod index 0d2b4f2..789e12d 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.davepedu.com/dave/etcdmtr +module etcdmtr go 1.22.0