1
1
module github.com/hashicorp/vault-plugin-auth-gcp
2
2
3
- go 1.23.6
3
+ go 1.24.0
4
+
5
+ toolchain go1.24.3
4
6
5
7
require (
6
- cloud.google.com/go/compute/metadata v0.6 .0
7
- github.com/go-jose/go-jose/v4 v4.0.5
8
+ cloud.google.com/go/compute/metadata v0.7 .0
9
+ github.com/go-jose/go-jose/v4 v4.1.0
8
10
github.com/golang/mock v1.6.0
9
11
github.com/hashicorp/errwrap v1.1.0
10
12
github.com/hashicorp/go-cleanhttp v0.5.2
11
13
github.com/hashicorp/go-gcp-common v0.9.2
12
14
github.com/hashicorp/go-hclog v1.6.3
13
- github.com/hashicorp/go-secure-stdlib/parseutil v0.1.9
15
+ github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
14
16
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
15
17
github.com/hashicorp/go-uuid v1.0.3
16
18
github.com/hashicorp/vault/api v1.16.0
17
- github.com/hashicorp/vault/sdk v0.15.2
19
+ github.com/hashicorp/vault/sdk v0.17.0
18
20
github.com/stretchr/testify v1.10.0
19
- golang.org/x/oauth2 v0.28 .0
20
- google.golang.org/api v0.221 .0
21
+ golang.org/x/oauth2 v0.30 .0
22
+ google.golang.org/api v0.235 .0
21
23
)
22
24
23
25
require (
24
- cloud.google.com/go/auth v0.14.1 // indirect
25
- cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
26
+ cloud.google.com/go/auth v0.16.1 // indirect
27
+ cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
28
+ cloud.google.com/go/cloudsqlconn v1.4.3 // indirect
26
29
github.com/Microsoft/go-winio v0.6.2 // indirect
27
30
github.com/armon/go-metrics v0.4.1 // indirect
28
31
github.com/armon/go-radix v1.0.0 // indirect
@@ -33,22 +36,24 @@ require (
33
36
github.com/docker/go-connections v0.5.0 // indirect
34
37
github.com/docker/go-units v0.5.0 // indirect
35
38
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
36
- github.com/fatih/color v1.17 .0 // indirect
39
+ github.com/fatih/color v1.18 .0 // indirect
37
40
github.com/felixge/httpsnoop v1.0.4 // indirect
38
41
github.com/go-logr/logr v1.4.2 // indirect
39
42
github.com/go-logr/stdr v1.2.2 // indirect
40
43
github.com/gogo/protobuf v1.3.2 // indirect
44
+ github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
41
45
github.com/golang/protobuf v1.5.4 // indirect
42
46
github.com/golang/snappy v0.0.4 // indirect
43
47
github.com/google/certificate-transparency-go v1.3.1 // indirect
44
48
github.com/google/s2a-go v0.1.9 // indirect
45
49
github.com/google/uuid v1.6.0 // indirect
46
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
47
- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
50
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
51
+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
48
52
github.com/hashicorp/go-hmac-drbg v0.0.0-20210916214228-a6e5a68489f6 // indirect
49
53
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
50
54
github.com/hashicorp/go-kms-wrapping/entropy/v2 v2.0.1 // indirect
51
55
github.com/hashicorp/go-kms-wrapping/v2 v2.0.18 // indirect
56
+ github.com/hashicorp/go-metrics v0.5.4 // indirect
52
57
github.com/hashicorp/go-multierror v1.1.1 // indirect
53
58
github.com/hashicorp/go-plugin v1.6.1 // indirect
54
59
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
@@ -57,13 +62,21 @@ require (
57
62
github.com/hashicorp/go-secure-stdlib/mlock v0.1.3 // indirect
58
63
github.com/hashicorp/go-secure-stdlib/permitpool v1.0.0 // indirect
59
64
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.4.1 // indirect
60
- github.com/hashicorp/go-sockaddr v1.0.6 // indirect
65
+ github.com/hashicorp/go-sockaddr v1.0.7 // indirect
61
66
github.com/hashicorp/go-version v1.7.0 // indirect
62
67
github.com/hashicorp/golang-lru v1.0.2 // indirect
63
68
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
64
- github.com/hashicorp/yamux v0.1.1 // indirect
69
+ github.com/hashicorp/yamux v0.1.2 // indirect
70
+ github.com/jackc/chunkreader/v2 v2.0.1 // indirect
71
+ github.com/jackc/pgconn v1.14.3 // indirect
72
+ github.com/jackc/pgio v1.0.0 // indirect
73
+ github.com/jackc/pgpassfile v1.0.0 // indirect
74
+ github.com/jackc/pgproto3/v2 v2.3.3 // indirect
75
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
76
+ github.com/jackc/pgtype v1.14.3 // indirect
77
+ github.com/jackc/pgx/v4 v4.18.3 // indirect
65
78
github.com/joshlf/go-acl v0.0.0-20200411065538-eae00ae38531 // indirect
66
- github.com/mattn/go-colorable v0.1.13 // indirect
79
+ github.com/mattn/go-colorable v0.1.14 // indirect
67
80
github.com/mattn/go-isatty v0.0.20 // indirect
68
81
github.com/mitchellh/copystructure v1.2.0 // indirect
69
82
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -81,19 +94,20 @@ require (
81
94
github.com/robfig/cron/v3 v3.0.1 // indirect
82
95
github.com/ryanuber/go-glob v1.0.0 // indirect
83
96
github.com/sasha-s/go-deadlock v0.3.5 // indirect
97
+ go.opencensus.io v0.24.0 // indirect
84
98
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
85
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58 .0 // indirect
86
- go.opentelemetry.io/otel v1.34 .0 // indirect
87
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
88
- go.opentelemetry.io/otel/trace v1.34 .0 // indirect
99
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60 .0 // indirect
100
+ go.opentelemetry.io/otel v1.35 .0 // indirect
101
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
102
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
89
103
go.uber.org/atomic v1.11.0 // indirect
90
- golang.org/x/crypto v0.36 .0 // indirect
91
- golang.org/x/net v0.37 .0 // indirect
92
- golang.org/x/sys v0.31 .0 // indirect
93
- golang.org/x/text v0.23 .0 // indirect
94
- golang.org/x/time v0.10 .0 // indirect
95
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
96
- google.golang.org/grpc v1.70.0 // indirect
97
- google.golang.org/protobuf v1.36.5 // indirect
104
+ golang.org/x/crypto v0.38 .0 // indirect
105
+ golang.org/x/net v0.40 .0 // indirect
106
+ golang.org/x/sys v0.33 .0 // indirect
107
+ golang.org/x/text v0.25 .0 // indirect
108
+ golang.org/x/time v0.11 .0 // indirect
109
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
110
+ google.golang.org/grpc v1.72.1 // indirect
111
+ google.golang.org/protobuf v1.36.6 // indirect
98
112
gopkg.in/yaml.v3 v3.0.1 // indirect
99
113
)
0 commit comments