@@ -5,22 +5,28 @@ go 1.23
5
5
toolchain go1.23.3
6
6
7
7
require (
8
- github.com/Keyfactor/keyfactor-auth-client-go v1.0.0-rc.2
9
- github.com/Keyfactor/keyfactor-go-client/v3 v3.0.0
8
+ github.com/Keyfactor/keyfactor-auth-client-go v1.2.0
10
9
github.com/hashicorp/errwrap v1.0.0
11
10
github.com/hashicorp/go-hclog v1.5.0
12
11
github.com/hashicorp/vault/api v1.1.1
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
16
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
17
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1 // indirect
18
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
19
+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.3.0 // indirect
20
+ github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.0 // indirect
21
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
18
22
github.com/armon/go-metrics v0.3.3 // indirect
19
23
github.com/armon/go-radix v1.0.0 // indirect
20
24
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
21
25
github.com/fatih/color v1.13.0 // indirect
26
+ github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
22
27
github.com/golang/protobuf v1.4.2 // indirect
23
28
github.com/golang/snappy v0.0.1 // indirect
29
+ github.com/google/uuid v1.6.0 // indirect
24
30
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
25
31
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
26
32
github.com/hashicorp/go-kms-wrapping/entropy v0.1.0 // indirect
@@ -33,8 +39,8 @@ require (
33
39
github.com/hashicorp/go-version v1.2.0 // indirect
34
40
github.com/hashicorp/golang-lru v0.5.3 // indirect
35
41
github.com/hashicorp/hcl v1.0.0 // indirect
36
- github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
37
42
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
43
+ github.com/kylelemons/godebug v1.1.0 // indirect
38
44
github.com/mattn/go-colorable v0.1.13 // indirect
39
45
github.com/mattn/go-isatty v0.0.19 // indirect
40
46
github.com/mitchellh/copystructure v1.0.0 // indirect
@@ -44,15 +50,14 @@ require (
44
50
github.com/mitchellh/reflectwalk v1.0.0 // indirect
45
51
github.com/oklog/run v1.0.0 // indirect
46
52
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
53
+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
47
54
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
55
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
53
- 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
56
+ golang.org/x/crypto v0.32 .0 // indirect
57
+ golang.org/x/net v0.34 .0 // indirect
58
+ golang.org/x/oauth2 v0.25 .0 // indirect
59
+ golang.org/x/sys v0.29 .0 // indirect
60
+ golang.org/x/text v0.21 .0 // indirect
56
61
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
57
62
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
58
63
google.golang.org/grpc v1.29.1 // indirect
0 commit comments