We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4023835 commit 1f087fdCopy full SHA for 1f087fd
go.mod
@@ -10,11 +10,12 @@ require (
10
github.com/mattn/go-sqlite3 v1.14.8
11
github.com/pkg/errors v0.9.1
12
github.com/rancher/wrangler v0.8.3
13
- github.com/sirupsen/logrus v1.6.0
+ github.com/sirupsen/logrus v1.7.0
14
github.com/urfave/cli v1.21.0
15
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
16
go.etcd.io/etcd/api/v3 v3.5.0
17
go.etcd.io/etcd/client/pkg/v3 v3.5.0
18
go.etcd.io/etcd/client/v3 v3.5.0
19
+ go.etcd.io/etcd/server/v3 v3.5.0
20
google.golang.org/grpc v1.38.0
21
)
0 commit comments