Refactor common code from etcdctl (v2,v3) to pkg/corbautl.

Preparation for etcdutl split.
This commit is contained in:
Piotr Tabor
2021-05-14 14:16:53 +02:00
parent eae7a845a7
commit 00c6090110
52 changed files with 553 additions and 276 deletions

View File

@@ -24,7 +24,7 @@ require (
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/prometheus/client_golang v1.5.1
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.1.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
go.etcd.io/bbolt v1.3.6-0.20210426205525-9c92be978ae0
@@ -41,5 +41,5 @@ require (
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
google.golang.org/grpc v1.37.0
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)