File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
maintenance/etcd/build-deps Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require go.etcd.io/etcd/etcdctl/v3 v3.5.18
88
99require (
1010 github.com/beorn7/perks v1.0.1 // indirect
11- github.com/bgentry/speakeasy v0.1 .0 // indirect
11+ github.com/bgentry/speakeasy v0.2 .0 // indirect
1212 github.com/cespare/xxhash/v2 v2.2.0 // indirect
1313 github.com/coreos/go-semver v0.3.0 // indirect
1414 github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -66,4 +66,3 @@ require (
6666 google.golang.org/protobuf v1.33.0 // indirect
6767 gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
6868)
69-
Original file line number Diff line number Diff line change @@ -31,8 +31,9 @@ github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24
3131github.com/beorn7/perks v1.0.0 /go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8 =
3232github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
3333github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
34- github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY =
3534github.com/bgentry/speakeasy v0.1.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
35+ github.com/bgentry/speakeasy v0.2.0 h1:tgObeVOf8WAvtuAX6DhJ4xks4CFNwPDZiqzGqIHE51E =
36+ github.com/bgentry/speakeasy v0.2.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
3637github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c /go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84 =
3738github.com/cespare/xxhash v1.1.0 /go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc =
3839github.com/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
You can’t perform that action at this time.
0 commit comments