Skip to content

Commit 0b6aedd

Browse files
Merge pull request #1133 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.26.0-rc2
Bump github.com/smallstep/certificates from 0.25.3-rc7 to 0.26.0-rc2
2 parents 9c5bfbe + 40867fd commit 0b6aedd

File tree

2 files changed

+28
-533
lines changed

2 files changed

+28
-533
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/pquerna/otp v1.4.0
1717
github.com/slackhq/nebula v1.8.2
1818
github.com/smallstep/assert v0.0.0-20200723003110-82e2b9b3b262
19-
github.com/smallstep/certificates v0.25.3-rc7
19+
github.com/smallstep/certificates v0.26.0-rc2
2020
github.com/smallstep/certinfo v1.12.2
2121
github.com/smallstep/go-attestation v0.4.4-0.20240109183208-413678f90935
2222
github.com/smallstep/truststore v0.13.0
@@ -36,12 +36,12 @@ require (
3636
)
3737

3838
require (
39-
cloud.google.com/go v0.112.0 // indirect
40-
cloud.google.com/go/compute v1.23.4 // indirect
39+
cloud.google.com/go v0.112.1 // indirect
40+
cloud.google.com/go/compute v1.24.0 // indirect
4141
cloud.google.com/go/compute/metadata v0.2.3 // indirect
4242
cloud.google.com/go/iam v1.1.6 // indirect
43-
cloud.google.com/go/longrunning v0.5.5 // indirect
44-
cloud.google.com/go/security v1.15.5 // indirect
43+
cloud.google.com/go/longrunning v0.5.6 // indirect
44+
cloud.google.com/go/security v1.15.6 // indirect
4545
filippo.io/edwards25519 v1.1.0 // indirect
4646
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 // indirect
4747
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 // indirect
@@ -59,7 +59,6 @@ require (
5959
github.com/cespare/xxhash v1.1.0 // indirect
6060
github.com/cespare/xxhash/v2 v2.2.0 // indirect
6161
github.com/chzyer/readline v1.5.1 // indirect
62-
github.com/coreos/go-oidc/v3 v3.4.0 // indirect
6362
github.com/corpix/uarand v0.2.0 // indirect
6463
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
6564
github.com/creack/pty v1.1.18 // indirect
@@ -70,7 +69,7 @@ require (
7069
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
7170
github.com/dustin/go-humanize v1.0.1 // indirect
7271
github.com/felixge/httpsnoop v1.0.4 // indirect
73-
github.com/go-chi/chi/v5 v5.0.11 // indirect
72+
github.com/go-chi/chi/v5 v5.0.12 // indirect
7473
github.com/go-kit/kit v0.13.0 // indirect
7574
github.com/go-kit/log v0.2.1 // indirect
7675
github.com/go-logfmt/logfmt v0.6.0 // indirect
@@ -80,7 +79,7 @@ require (
8079
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
8180
github.com/golang/glog v1.2.0 // indirect
8281
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
83-
github.com/golang/protobuf v1.5.3 // indirect
82+
github.com/golang/protobuf v1.5.4 // indirect
8483
github.com/golang/snappy v0.0.4 // indirect
8584
github.com/google/btree v1.1.2 // indirect
8685
github.com/google/certificate-transparency-go v1.1.7 // indirect
@@ -104,7 +103,7 @@ require (
104103
github.com/kr/pty v1.1.8 // indirect
105104
github.com/kylelemons/godebug v1.1.0 // indirect
106105
github.com/mattn/go-colorable v0.1.13 // indirect
107-
github.com/mattn/go-isatty v0.0.17 // indirect
106+
github.com/mattn/go-isatty v0.0.20 // indirect
108107
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
109108
github.com/mitchellh/copystructure v1.2.0 // indirect
110109
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -145,11 +144,10 @@ require (
145144
golang.org/x/tools v0.16.0 // indirect
146145
google.golang.org/api v0.169.0 // indirect
147146
google.golang.org/appengine v1.6.8 // indirect
148-
google.golang.org/genproto v0.0.0-20240205150955-31a09d347014 // indirect
147+
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
149148
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
150149
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect
151150
google.golang.org/grpc v1.62.1 // indirect
152-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
153151
gopkg.in/yaml.v3 v3.0.1 // indirect
154152
howett.net/plist v1.0.0 // indirect
155153
k8s.io/klog/v2 v2.100.1 // indirect

0 commit comments

Comments
 (0)