11module github.com/keyfactor/hashicorp-vault-secrets-engine
22
3- go 1.20
3+ go 1.23
4+
5+ toolchain go1.23.3
46
57require (
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
710 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
912 github.com/hashicorp/vault/api v1.1.1
1013 github.com/hashicorp/vault/sdk v0.2.1
1114)
@@ -14,7 +17,7 @@ require (
1417 github.com/armon/go-metrics v0.3.3 // indirect
1518 github.com/armon/go-radix v1.0.0 // indirect
1619 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
1821 github.com/golang/protobuf v1.4.2 // indirect
1922 github.com/golang/snappy v0.0.1 // indirect
2023 github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
@@ -29,27 +32,30 @@ require (
2932 github.com/hashicorp/go-version v1.2.0 // indirect
3033 github.com/hashicorp/golang-lru v0.5.3 // indirect
3134 github.com/hashicorp/hcl v1.0.0 // indirect
35+ github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
3236 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
3539 github.com/mitchellh/copystructure v1.0.0 // indirect
3640 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
3842 github.com/mitchellh/mapstructure v1.3.2 // indirect
3943 github.com/mitchellh/reflectwalk v1.0.0 // indirect
4044 github.com/oklog/run v1.0.0 // indirect
4145 github.com/pierrec/lz4 v2.5.2+incompatible // indirect
4246 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
4549 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
5055 golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
5156 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
5257 google.golang.org/grpc v1.29.1 // indirect
5358 google.golang.org/protobuf v1.25.0 // indirect
5459 gopkg.in/square/go-jose.v2 v2.5.1 // indirect
60+ gopkg.in/yaml.v2 v2.4.0 // indirect
5561)
0 commit comments