1
1
module github.com/keyfactor/hashicorp-vault-secrets-engine
2
2
3
- go 1.20
3
+ go 1.23
4
+
5
+ toolchain go1.23.3
4
6
5
7
require (
6
- github.com/Keyfactor/keyfactor-go-client v1.2.0
8
+ github.com/Keyfactor/keyfactor-auth-client-go v1.0.0-rc.2
9
+ github.com/Keyfactor/keyfactor-go-client/v3 v3.0.0
7
10
github.com/hashicorp/errwrap v1.0.0
8
- github.com/hashicorp/go-hclog v0.16.2
11
+ github.com/hashicorp/go-hclog v1.5.0
9
12
github.com/hashicorp/vault/api v1.1.1
10
13
github.com/hashicorp/vault/sdk v0.2.1
11
14
)
@@ -14,7 +17,7 @@ require (
14
17
github.com/armon/go-metrics v0.3.3 // indirect
15
18
github.com/armon/go-radix v1.0.0 // indirect
16
19
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
17
- github.com/fatih/color v1.7 .0 // indirect
20
+ github.com/fatih/color v1.13 .0 // indirect
18
21
github.com/golang/protobuf v1.4.2 // indirect
19
22
github.com/golang/snappy v0.0.1 // indirect
20
23
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
@@ -29,27 +32,30 @@ require (
29
32
github.com/hashicorp/go-version v1.2.0 // indirect
30
33
github.com/hashicorp/golang-lru v0.5.3 // indirect
31
34
github.com/hashicorp/hcl v1.0.0 // indirect
35
+ github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
32
36
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
33
- github.com/mattn/go-colorable v0.1.6 // indirect
34
- github.com/mattn/go-isatty v0.0.12 // indirect
37
+ github.com/mattn/go-colorable v0.1.13 // indirect
38
+ github.com/mattn/go-isatty v0.0.19 // indirect
35
39
github.com/mitchellh/copystructure v1.0.0 // indirect
36
40
github.com/mitchellh/go-homedir v1.1.0 // indirect
37
- github.com/mitchellh/go-testing-interface v1.0.0 // indirect
41
+ github.com/mitchellh/go-testing-interface v1.14.1 // indirect
38
42
github.com/mitchellh/mapstructure v1.3.2 // indirect
39
43
github.com/mitchellh/reflectwalk v1.0.0 // indirect
40
44
github.com/oklog/run v1.0.0 // indirect
41
45
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
42
46
github.com/ryanuber/go-glob v1.0.0 // indirect
43
- github.com/spbsoluble/go-pkcs12 v0.3.1 // indirect
44
- go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
47
+ github.com/spbsoluble/go-pkcs12 v0.3.3 // indirect
48
+ go.mozilla.org/pkcs7 v0.9.0 // indirect
45
49
go.uber.org/atomic v1.6.0 // indirect
46
- golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
47
- golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
48
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
49
- golang.org/x/text v0.3.6 // indirect
50
+ golang.org/x/crypto v0.11.0 // indirect
51
+ golang.org/x/net v0.10.0 // indirect
52
+ golang.org/x/oauth2 v0.23.0 // indirect
53
+ golang.org/x/sys v0.12.0 // indirect
54
+ golang.org/x/text v0.11.0 // indirect
50
55
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
51
56
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
52
57
google.golang.org/grpc v1.29.1 // indirect
53
58
google.golang.org/protobuf v1.25.0 // indirect
54
59
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
60
+ gopkg.in/yaml.v2 v2.4.0 // indirect
55
61
)
0 commit comments