@@ -5,7 +5,7 @@ go 1.23.6
5
5
require (
6
6
github.com/Microsoft/go-winio v0.6.2
7
7
github.com/ThomasRooney/gexpect v0.0.0-20161231170123-5482f0350944
8
- github.com/ccoveille/go-safecast v1.5 .0
8
+ github.com/ccoveille/go-safecast v1.6 .0
9
9
github.com/fxamacker/cbor/v2 v2.7.0
10
10
github.com/go-jose/go-jose/v3 v3.0.4
11
11
github.com/google/go-cmp v0.7.0
@@ -17,7 +17,7 @@ require (
17
17
github.com/pquerna/otp v1.4.0
18
18
github.com/slackhq/nebula v1.9.5
19
19
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
20
- github.com/smallstep/certificates v0.28.2
20
+ github.com/smallstep/certificates v0.28.3
21
21
github.com/smallstep/certinfo v1.13.0
22
22
github.com/smallstep/cli-utils v0.12.1
23
23
github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
@@ -37,13 +37,13 @@ require (
37
37
)
38
38
39
39
require (
40
- cloud.google.com/go v0.118.2 // indirect
40
+ cloud.google.com/go v0.118.3 // indirect
41
41
cloud.google.com/go/auth v0.15.0 // indirect
42
42
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
43
43
cloud.google.com/go/compute/metadata v0.6.0 // indirect
44
- cloud.google.com/go/iam v1.4.0 // indirect
45
- cloud.google.com/go/longrunning v0.6.4 // indirect
46
- cloud.google.com/go/security v1.18.3 // indirect
44
+ cloud.google.com/go/iam v1.4.1 // indirect
45
+ cloud.google.com/go/longrunning v0.6.6 // indirect
46
+ cloud.google.com/go/security v1.18.4 // indirect
47
47
dario.cat/mergo v1.0.1 // indirect
48
48
filippo.io/edwards25519 v1.1.0 // indirect
49
49
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
@@ -62,7 +62,7 @@ require (
62
62
github.com/cespare/xxhash v1.1.0 // indirect
63
63
github.com/cespare/xxhash/v2 v2.3.0 // indirect
64
64
github.com/chzyer/readline v1.5.1 // indirect
65
- github.com/coreos/go-oidc/v3 v3.12 .0 // indirect
65
+ github.com/coreos/go-oidc/v3 v3.13 .0 // indirect
66
66
github.com/corpix/uarand v0.2.0 // indirect
67
67
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
68
68
github.com/creack/pty v1.1.18 // indirect
@@ -87,15 +87,15 @@ require (
87
87
github.com/google/go-tpm-tools v0.4.5 // indirect
88
88
github.com/google/go-tspi v0.3.0 // indirect
89
89
github.com/google/s2a-go v0.1.9 // indirect
90
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
90
+ github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
91
91
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
92
92
github.com/huandu/xstrings v1.5.0 // indirect
93
93
github.com/jackc/pgpassfile v1.0.0 // indirect
94
94
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
95
95
github.com/jackc/pgx/v5 v5.6.0 // indirect
96
96
github.com/jackc/puddle/v2 v2.2.1 // indirect
97
97
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
98
- github.com/klauspost/compress v1.17.9 // indirect
98
+ github.com/klauspost/compress v1.17.11 // indirect
99
99
github.com/kr/pty v1.1.8 // indirect
100
100
github.com/kylelemons/godebug v1.1.0 // indirect
101
101
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -104,13 +104,13 @@ require (
104
104
github.com/mitchellh/copystructure v1.2.0 // indirect
105
105
github.com/mitchellh/reflectwalk v1.0.2 // indirect
106
106
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
107
- github.com/newrelic/go-agent/v3 v3.36 .0 // indirect
107
+ github.com/newrelic/go-agent/v3 v3.37 .0 // indirect
108
108
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
109
109
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
110
110
github.com/pmezard/go-difflib v1.0.0 // indirect
111
- github.com/prometheus/client_golang v1.20.5 // indirect
111
+ github.com/prometheus/client_golang v1.21.1 // indirect
112
112
github.com/prometheus/client_model v0.6.1 // indirect
113
- github.com/prometheus/common v0.55 .0 // indirect
113
+ github.com/prometheus/common v0.62 .0 // indirect
114
114
github.com/prometheus/procfs v0.15.1 // indirect
115
115
github.com/rs/xid v1.6.0 // indirect
116
116
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -132,16 +132,16 @@ require (
132
132
go.opentelemetry.io/otel/metric v1.34.0 // indirect
133
133
go.opentelemetry.io/otel/trace v1.34.0 // indirect
134
134
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
135
- golang.org/x/net v0.36 .0 // indirect
136
- golang.org/x/oauth2 v0.26 .0 // indirect
135
+ golang.org/x/net v0.37 .0 // indirect
136
+ golang.org/x/oauth2 v0.28 .0 // indirect
137
137
golang.org/x/sync v0.12.0 // indirect
138
138
golang.org/x/text v0.23.0 // indirect
139
139
golang.org/x/time v0.10.0 // indirect
140
- google.golang.org/api v0.223 .0 // indirect
141
- google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
142
- google.golang.org/genproto/googleapis/api v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
143
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
144
- google.golang.org/grpc v1.70 .0 // indirect
140
+ google.golang.org/api v0.224 .0 // indirect
141
+ google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
142
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
143
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
144
+ google.golang.org/grpc v1.71 .0 // indirect
145
145
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
146
146
gopkg.in/yaml.v3 v3.0.1 // indirect
147
147
howett.net/plist v1.0.0 // indirect
0 commit comments