format the source code and tidy the dependencies using go 1.17.13

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang
2022-12-19 13:26:59 +08:00
parent 69ee8a83ab
commit a612b9285f
13 changed files with 504 additions and 27 deletions

View File

@@ -9,6 +9,11 @@ require (
go.etcd.io/etcd/client/pkg/v3 v3.5.6
)
require (
github.com/coreos/go-semver v0.3.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
)
replace (
go.etcd.io/etcd/api/v3 => ../../api
go.etcd.io/etcd/client/pkg/v3 => ../pkg