1
1
module github.com/hashicorp/vault-plugin-auth-jwt
2
2
3
- go 1.21
3
+ go 1.22.5
4
4
5
5
require (
6
6
github.com/go-jose/go-jose/v3 v3.0.3
7
7
github.com/go-test/deep v1.1.0
8
- github.com/hashicorp/cap v0.6 .0
8
+ github.com/hashicorp/cap v0.7 .0
9
9
github.com/hashicorp/errwrap v1.1.0
10
10
github.com/hashicorp/go-cleanhttp v0.5.2
11
- github.com/hashicorp/go-hclog v1.6.2
11
+ github.com/hashicorp/go-hclog v1.6.3
12
12
github.com/hashicorp/go-multierror v1.1.1
13
13
github.com/hashicorp/go-secure-stdlib/base62 v0.1.2
14
+ github.com/hashicorp/go-secure-stdlib/httputil v0.1.0
14
15
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
15
16
github.com/hashicorp/go-sockaddr v1.0.6
16
17
github.com/hashicorp/vault/api v1.12.0
@@ -20,28 +21,27 @@ require (
20
21
github.com/patrickmn/go-cache v2.1.0+incompatible
21
22
github.com/ryanuber/go-glob v1.0.0
22
23
github.com/stretchr/testify v1.9.0
23
- golang.org/x/oauth2 v0.18 .0
24
- golang.org/x/sync v0.6 .0
24
+ golang.org/x/oauth2 v0.21 .0
25
+ golang.org/x/sync v0.7 .0
25
26
google.golang.org/api v0.163.0
26
27
)
27
28
28
29
require (
29
- cloud.google.com/go/compute v1.23.3 // indirect
30
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
30
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
31
31
github.com/Microsoft/go-winio v0.6.1 // indirect
32
32
github.com/armon/go-metrics v0.4.1 // indirect
33
33
github.com/armon/go-radix v1.0.0 // indirect
34
34
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
35
- github.com/coreos/go-oidc/v3 v3.10 .0 // indirect
35
+ github.com/coreos/go-oidc/v3 v3.11 .0 // indirect
36
36
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
37
37
github.com/docker/distribution v2.8.2+incompatible // indirect
38
38
github.com/docker/docker v24.0.9+incompatible // indirect
39
39
github.com/docker/go-connections v0.4.0 // indirect
40
40
github.com/docker/go-units v0.5.0 // indirect
41
41
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
42
- github.com/fatih/color v1.16 .0 // indirect
42
+ github.com/fatih/color v1.17 .0 // indirect
43
43
github.com/felixge/httpsnoop v1.0.4 // indirect
44
- github.com/go-jose/go-jose/v4 v4.0.1 // indirect
44
+ github.com/go-jose/go-jose/v4 v4.0.4 // indirect
45
45
github.com/go-logr/logr v1.4.1 // indirect
46
46
github.com/go-logr/stdr v1.2.2 // indirect
47
47
github.com/gogo/protobuf v1.3.2 // indirect
@@ -85,14 +85,13 @@ require (
85
85
go.opentelemetry.io/otel/metric v1.24.0 // indirect
86
86
go.opentelemetry.io/otel/trace v1.24.0 // indirect
87
87
go.uber.org/atomic v1.9.0 // indirect
88
- golang.org/x/crypto v0.22 .0 // indirect
89
- golang.org/x/mod v0.11 .0 // indirect
90
- golang.org/x/net v0.24 .0 // indirect
91
- golang.org/x/sys v0.19 .0 // indirect
92
- golang.org/x/text v0.14 .0 // indirect
88
+ golang.org/x/crypto v0.25 .0 // indirect
89
+ golang.org/x/mod v0.17 .0 // indirect
90
+ golang.org/x/net v0.27 .0 // indirect
91
+ golang.org/x/sys v0.22 .0 // indirect
92
+ golang.org/x/text v0.16 .0 // indirect
93
93
golang.org/x/time v0.5.0 // indirect
94
- golang.org/x/tools v0.10.0 // indirect
95
- google.golang.org/appengine v1.6.8 // indirect
94
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
96
95
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917 // indirect
97
96
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
98
97
google.golang.org/grpc v1.61.1 // indirect
0 commit comments