@@ -6,57 +6,54 @@ toolchain go1.23.3
6
6
7
7
require (
8
8
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
13
12
github.com/hashicorp/vault/sdk v0.2.1
14
13
)
15
14
16
15
require (
17
- github.com/Keyfactor/keyfactor-go-client-sdk v1.0.2 // indirect
18
16
github.com/armon/go-metrics v0.3.3 // indirect
19
17
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
22
21
github.com/golang/protobuf v1.4.2 // indirect
23
22
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
25
24
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
26
25
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
28
27
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
30
29
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
31
32
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
32
33
github.com/hashicorp/go-uuid v1.0.2 // indirect
33
34
github.com/hashicorp/go-version v1.2.0 // indirect
34
35
github.com/hashicorp/golang-lru v0.5.3 // indirect
35
36
github.com/hashicorp/hcl v1.0.0 // indirect
36
- github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
37
37
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
38
38
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
40
40
github.com/mitchellh/copystructure v1.0.0 // indirect
41
41
github.com/mitchellh/go-homedir v1.1.0 // indirect
42
42
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
44
44
github.com/mitchellh/reflectwalk v1.0.0 // indirect
45
45
github.com/oklog/run v1.0.0 // indirect
46
46
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
47
47
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
50
48
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
53
51
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
56
54
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
57
55
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
58
56
google.golang.org/grpc v1.29.1 // indirect
59
57
google.golang.org/protobuf v1.25.0 // indirect
60
- gopkg.in/square/go-jose.v2 v2.5.1 // indirect
61
58
gopkg.in/yaml.v2 v2.4.0 // indirect
62
59
)
0 commit comments