@@ -16,7 +16,7 @@ require (
16
16
github.com/pquerna/otp v1.4.0
17
17
github.com/slackhq/nebula v1.9.4
18
18
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
19
- github.com/smallstep/certificates v0.27.4
19
+ github.com/smallstep/certificates v0.27.5
20
20
github.com/smallstep/certinfo v1.12.2
21
21
github.com/smallstep/cli-utils v0.10.0
22
22
github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
@@ -37,12 +37,12 @@ require (
37
37
38
38
require (
39
39
cloud.google.com/go v0.115.1 // indirect
40
- cloud.google.com/go/auth v0.9.5 // indirect
40
+ cloud.google.com/go/auth v0.9.8 // indirect
41
41
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
42
42
cloud.google.com/go/compute/metadata v0.5.2 // indirect
43
43
cloud.google.com/go/iam v1.2.1 // indirect
44
44
cloud.google.com/go/longrunning v0.6.1 // indirect
45
- cloud.google.com/go/security v1.18.0 // indirect
45
+ cloud.google.com/go/security v1.18.1 // indirect
46
46
dario.cat/mergo v1.0.1 // indirect
47
47
filippo.io/edwards25519 v1.1.0 // indirect
48
48
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
@@ -74,9 +74,6 @@ require (
74
74
github.com/felixge/httpsnoop v1.0.4 // indirect
75
75
github.com/go-chi/chi/v5 v5.1.0 // indirect
76
76
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
77
- github.com/go-kit/kit v0.13.0 // indirect
78
- github.com/go-kit/log v0.2.1 // indirect
79
- github.com/go-logfmt/logfmt v0.6.0 // indirect
80
77
github.com/go-logr/logr v1.4.2 // indirect
81
78
github.com/go-logr/stdr v1.2.2 // indirect
82
79
github.com/go-sql-driver/mysql v1.8.1 // indirect
@@ -107,11 +104,11 @@ require (
107
104
github.com/mitchellh/copystructure v1.2.0 // indirect
108
105
github.com/mitchellh/reflectwalk v1.0.2 // indirect
109
106
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
110
- github.com/newrelic/go-agent/v3 v3.34 .0 // indirect
107
+ github.com/newrelic/go-agent/v3 v3.35 .0 // indirect
111
108
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
112
109
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
113
110
github.com/pmezard/go-difflib v1.0.0 // indirect
114
- github.com/prometheus/client_golang v1.20.3 // indirect
111
+ github.com/prometheus/client_golang v1.20.4 // indirect
115
112
github.com/prometheus/client_model v0.6.1 // indirect
116
113
github.com/prometheus/common v0.55.0 // indirect
117
114
github.com/prometheus/procfs v0.15.1 // indirect
@@ -122,8 +119,8 @@ require (
122
119
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
123
120
github.com/sirupsen/logrus v1.9.3 // indirect
124
121
github.com/smallstep/nosql v0.7.0 // indirect
125
- github.com/smallstep/pkcs7 v0.0.0-20231024181729-3b98ecc1ca81 // indirect
126
- github.com/smallstep/scep v0.0.0-20231024192529-aee96d7ad34d // indirect
122
+ github.com/smallstep/pkcs7 v0.0.0-20240911091500-b1cae6277023 // indirect
123
+ github.com/smallstep/scep v0.0.0-20240926084937-8cf1ca453101 // indirect
127
124
github.com/spf13/cast v1.7.0 // indirect
128
125
github.com/weppos/publicsuffix-go v0.20.0 // indirect
129
126
github.com/x448/float16 v0.8.4 // indirect
@@ -136,16 +133,16 @@ require (
136
133
go.opentelemetry.io/otel/trace v1.29.0 // indirect
137
134
go.step.sm/cli-utils v0.9.0 // indirect
138
135
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect
139
- golang.org/x/net v0.29 .0 // indirect
136
+ golang.org/x/net v0.30 .0 // indirect
140
137
golang.org/x/oauth2 v0.23.0 // indirect
141
138
golang.org/x/sync v0.8.0 // indirect
142
139
golang.org/x/text v0.19.0 // indirect
143
- golang.org/x/time v0.6 .0 // indirect
144
- google.golang.org/api v0.199 .0 // indirect
145
- google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
146
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
147
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
148
- google.golang.org/grpc v1.67.0 // indirect
140
+ golang.org/x/time v0.7 .0 // indirect
141
+ google.golang.org/api v0.200 .0 // indirect
142
+ google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
143
+ google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
144
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
145
+ google.golang.org/grpc v1.67.1 // indirect
149
146
gopkg.in/yaml.v3 v3.0.1 // indirect
150
147
howett.net/plist v1.0.0 // indirect
151
148
k8s.io/klog/v2 v2.100.1 // indirect
0 commit comments