Skip to content

Commit d0a2bec

Browse files
authored
Upgrade etcd to v3.3.8, etcd client improvement: etcd-io/etcd#9840 (#639)
1 parent ab4ec2e commit d0a2bec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
2626
github.com/cheggaaa/pb v1.0.25
2727
github.com/coreos/bbolt v1.3.3 // indirect
28-
github.com/coreos/etcd v3.3.6+incompatible
28+
github.com/coreos/etcd v3.3.8+incompatible
2929
github.com/coreos/go-semver v0.2.0 // indirect
3030
github.com/coreos/go-systemd v0.0.0-20180828140353-eee3db372b31 // indirect
3131
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // v4
@@ -113,4 +113,3 @@ require (
113113
k8s.io/apimachinery v0.0.0-20180601181227-17529ec7eadb
114114
k8s.io/client-go v2.0.0-alpha.0.0.20180817174322-745ca8300397+incompatible
115115
)
116-

0 commit comments

Comments
 (0)