Skip to content

Commit 259349f

Browse files
committed
updated deps
1 parent 7e84081 commit 259349f

File tree

2 files changed

+138
-82
lines changed

2 files changed

+138
-82
lines changed

go.mod

+19-9
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,36 @@ go 1.16
44

55
require (
66
github.com/armon/go-metrics v0.3.10 // indirect
7+
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
78
github.com/coreos/etcd v3.3.17+incompatible // indirect
89
github.com/fatih/color v1.13.0 // indirect
9-
github.com/fsnotify/fsnotify v1.4.7
10-
github.com/garyburd/redigo v1.6.0
10+
github.com/fsnotify/fsnotify v1.5.1
11+
github.com/garyburd/redigo v1.6.2
1112
github.com/hashicorp/consul/api v1.11.0
1213
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
1314
github.com/hashicorp/go-hclog v1.0.0 // indirect
14-
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
15-
github.com/hashicorp/go.net v0.0.1 // indirect
16-
github.com/hashicorp/golang-lru v0.5.4 // indirect
17-
github.com/hashicorp/vault/api v1.0.4
15+
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
16+
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.2 // indirect
17+
github.com/hashicorp/go-version v1.3.0 // indirect
18+
github.com/hashicorp/vault/api v1.3.0
19+
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
1820
github.com/mattn/go-colorable v0.1.11 // indirect
19-
github.com/mitchellh/gox v0.4.0 // indirect
20-
github.com/mitchellh/iochan v1.0.0 // indirect
21-
github.com/mitchellh/mapstructure v1.4.2 // indirect
21+
github.com/mitchellh/copystructure v1.2.0 // indirect
22+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
23+
github.com/oklog/run v1.1.0 // indirect
24+
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
2225
github.com/tevino/go-zookeeper v0.0.0-20170512024026-c218ec636bef
2326
go.etcd.io/etcd v3.3.17+incompatible
2427
go.etcd.io/etcd/client/v2 v2.305.1
2528
go.etcd.io/etcd/client/v3 v3.5.1
29+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
30+
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
2631
golang.org/x/sys v0.0.0-20211102192858-4dd72447c267 // indirect
32+
golang.org/x/text v0.3.7 // indirect
33+
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
34+
google.golang.org/genproto v0.0.0-20211102202547-e9cf271f7f2c // indirect
35+
google.golang.org/grpc v1.42.0 // indirect
2736
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
37+
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
2838
gopkg.in/yaml.v2 v2.3.0
2939
)

0 commit comments

Comments
 (0)