Skip to content

Commit 74c1b44

Browse files
dopeyhslatman
andauthored
Bump certificates to v0.28.2 | updated go.mod golang to 1.23 (#1365)
* Bump certificates to v0.28.2 | updated go.mod golang to 1.23 * Update go.mod Co-authored-by: Herman Slatman <[email protected]> --------- Co-authored-by: Herman Slatman <[email protected]>
1 parent 140b479 commit 74c1b44

File tree

2 files changed

+53
-55
lines changed

2 files changed

+53
-55
lines changed

go.mod

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/smallstep/cli
22

3-
go 1.22.7
3+
go 1.23.6
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2
@@ -17,7 +17,7 @@ require (
1717
github.com/pquerna/otp v1.4.0
1818
github.com/slackhq/nebula v1.9.5
1919
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
20-
github.com/smallstep/certificates v0.28.2-0.20250107012831-cda0eec3a596
20+
github.com/smallstep/certificates v0.28.2
2121
github.com/smallstep/certinfo v1.13.0
2222
github.com/smallstep/cli-utils v0.10.0
2323
github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
@@ -38,7 +38,7 @@ require (
3838

3939
require (
4040
cloud.google.com/go v0.116.0 // indirect
41-
cloud.google.com/go/auth v0.14.0 // indirect
41+
cloud.google.com/go/auth v0.14.1 // indirect
4242
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
4343
cloud.google.com/go/compute/metadata v0.6.0 // indirect
4444
cloud.google.com/go/iam v1.2.2 // indirect
@@ -73,7 +73,7 @@ require (
7373
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
7474
github.com/dustin/go-humanize v1.0.1 // indirect
7575
github.com/felixge/httpsnoop v1.0.4 // indirect
76-
github.com/go-chi/chi/v5 v5.2.0 // indirect
76+
github.com/go-chi/chi/v5 v5.2.1 // indirect
7777
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
7878
github.com/go-logr/logr v1.4.2 // indirect
7979
github.com/go-logr/stdr v1.2.2 // indirect
@@ -104,7 +104,7 @@ require (
104104
github.com/mitchellh/copystructure v1.2.0 // indirect
105105
github.com/mitchellh/reflectwalk v1.0.2 // indirect
106106
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
107-
github.com/newrelic/go-agent/v3 v3.35.1 // indirect
107+
github.com/newrelic/go-agent/v3 v3.36.0 // indirect
108108
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
109109
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
110110
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -119,27 +119,28 @@ require (
119119
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
120120
github.com/sirupsen/logrus v1.9.3 // indirect
121121
github.com/smallstep/nosql v0.7.0 // indirect
122-
github.com/smallstep/pkcs7 v0.1.1 // indirect
122+
github.com/smallstep/pkcs7 v0.2.1 // indirect
123123
github.com/smallstep/scep v0.0.0-20240926084937-8cf1ca453101 // indirect
124124
github.com/spf13/cast v1.7.0 // indirect
125125
github.com/weppos/publicsuffix-go v0.20.0 // indirect
126126
github.com/x448/float16 v0.8.4 // indirect
127127
go.etcd.io/bbolt v1.3.11 // indirect
128-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
129-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
130-
go.opentelemetry.io/otel v1.32.0 // indirect
131-
go.opentelemetry.io/otel/metric v1.32.0 // indirect
132-
go.opentelemetry.io/otel/trace v1.32.0 // indirect
128+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
129+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
130+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
131+
go.opentelemetry.io/otel v1.34.0 // indirect
132+
go.opentelemetry.io/otel/metric v1.34.0 // indirect
133+
go.opentelemetry.io/otel/trace v1.34.0 // indirect
133134
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect
134-
golang.org/x/net v0.34.0 // indirect
135-
golang.org/x/oauth2 v0.25.0 // indirect
135+
golang.org/x/net v0.35.0 // indirect
136+
golang.org/x/oauth2 v0.26.0 // indirect
136137
golang.org/x/sync v0.11.0 // indirect
137138
golang.org/x/text v0.22.0 // indirect
138-
golang.org/x/time v0.9.0 // indirect
139-
google.golang.org/api v0.218.0 // indirect
139+
golang.org/x/time v0.10.0 // indirect
140+
google.golang.org/api v0.221.0 // indirect
140141
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
141142
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
142-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
143+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
143144
google.golang.org/grpc v1.70.0 // indirect
144145
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 // indirect
145146
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)