@@ -6,57 +6,54 @@ toolchain go1.23.3
66
77require (
88 github.com/Keyfactor/keyfactor-auth-client-go v1.0.0-rc.2
9- github.com/Keyfactor/keyfactor-go-client/v3 v3.0.0
10- github.com/hashicorp/errwrap v1.0.0
11- github.com/hashicorp/go-hclog v1.5.0
12- github.com/hashicorp/vault/api v1.1.1
9+ github.com/hashicorp/errwrap v1.1.0
10+ github.com/hashicorp/go-hclog v1.6.3
11+ github.com/hashicorp/vault/api v1.16.0
1312 github.com/hashicorp/vault/sdk v0.2.1
1413)
1514
1615require (
17- github.com/Keyfactor/keyfactor-go-client-sdk v1.0.2 // indirect
1816 github.com/armon/go-metrics v0.3.3 // indirect
1917 github.com/armon/go-radix v1.0.0 // indirect
20- github.com/cenkalti/backoff/v3 v3.0.0 // indirect
21- github.com/fatih/color v1.13.0 // indirect
18+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
19+ github.com/fatih/color v1.16.0 // indirect
20+ github.com/go-jose/go-jose/v4 v4.0.1 // indirect
2221 github.com/golang/protobuf v1.4.2 // indirect
2322 github.com/golang/snappy v0.0.1 // indirect
24- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
23+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
2524 github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
2625 github.com/hashicorp/go-kms-wrapping/entropy v0.1.0 // indirect
27- github.com/hashicorp/go-multierror v1.1.0 // indirect
26+ github.com/hashicorp/go-multierror v1.1.1 // indirect
2827 github.com/hashicorp/go-plugin v1.0.1 // indirect
29- github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
28+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
3029 github.com/hashicorp/go-rootcerts v1.0.2 // indirect
30+ github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
31+ github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
3132 github.com/hashicorp/go-sockaddr v1.0.2 // indirect
3233 github.com/hashicorp/go-uuid v1.0.2 // indirect
3334 github.com/hashicorp/go-version v1.2.0 // indirect
3435 github.com/hashicorp/golang-lru v0.5.3 // indirect
3536 github.com/hashicorp/hcl v1.0.0 // indirect
36- github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
3737 github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
3838 github.com/mattn/go-colorable v0.1.13 // indirect
39- github.com/mattn/go-isatty v0.0.19 // indirect
39+ github.com/mattn/go-isatty v0.0.20 // indirect
4040 github.com/mitchellh/copystructure v1.0.0 // indirect
4141 github.com/mitchellh/go-homedir v1.1.0 // indirect
4242 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
43- github.com/mitchellh/mapstructure v1.3.2 // indirect
43+ github.com/mitchellh/mapstructure v1.5.0 // indirect
4444 github.com/mitchellh/reflectwalk v1.0.0 // indirect
4545 github.com/oklog/run v1.0.0 // indirect
4646 github.com/pierrec/lz4 v2.5.2+incompatible // indirect
4747 github.com/ryanuber/go-glob v1.0.0 // indirect
48- github.com/spbsoluble/go-pkcs12 v0.3.3 // indirect
49- go.mozilla.org/pkcs7 v0.9.0 // indirect
5048 go.uber.org/atomic v1.6.0 // indirect
51- golang.org/x/crypto v0.11 .0 // indirect
52- golang.org/x/net v0.10 .0 // indirect
49+ golang.org/x/crypto v0.32 .0 // indirect
50+ golang.org/x/net v0.34 .0 // indirect
5351 golang.org/x/oauth2 v0.23.0 // indirect
54- golang.org/x/sys v0.12 .0 // indirect
55- golang.org/x/text v0.11 .0 // indirect
52+ golang.org/x/sys v0.29 .0 // indirect
53+ golang.org/x/text v0.21 .0 // indirect
5654 golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
5755 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
5856 google.golang.org/grpc v1.29.1 // indirect
5957 google.golang.org/protobuf v1.25.0 // indirect
60- gopkg.in/square/go-jose.v2 v2.5.1 // indirect
6158 gopkg.in/yaml.v2 v2.4.0 // indirect
6259)
0 commit comments