Skip to content

Commit 5d3685d

Browse files
Bump golang.org/x/crypto from 0.26.0 to 0.27.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.26.0 to 0.27.0. - [Commits](golang/crypto@v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85fe624 commit 5d3685d

File tree

2 files changed

+21
-87
lines changed

2 files changed

+21
-87
lines changed

go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ require (
1919
github.com/spf13/viper v1.18.2
2020
github.com/stretchr/testify v1.9.0
2121
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
22-
golang.org/x/crypto v0.26.0
22+
github.com/xeipuuv/gojsonschema v1.2.0
23+
golang.org/x/crypto v0.27.0
2324
golang.org/x/sync v0.8.0
24-
golang.org/x/text v0.17.0
25+
golang.org/x/text v0.18.0
2526
google.golang.org/grpc v1.65.0
2627
google.golang.org/protobuf v1.34.2
2728
gotest.tools v2.2.0+incompatible
@@ -235,7 +236,6 @@ require (
235236
github.com/xanzy/ssh-agent v0.3.3 // indirect
236237
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
237238
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
238-
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
239239
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
240240
github.com/xlab/treeprint v1.2.0 // indirect
241241
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -250,11 +250,10 @@ require (
250250
golang.org/x/mod v0.20.0 // indirect
251251
golang.org/x/net v0.28.0 // indirect
252252
golang.org/x/oauth2 v0.20.0 // indirect
253-
golang.org/x/sys v0.24.0 // indirect
254-
golang.org/x/term v0.23.0 // indirect
253+
golang.org/x/sys v0.25.0 // indirect
254+
golang.org/x/term v0.24.0 // indirect
255255
golang.org/x/time v0.5.0 // indirect
256256
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
257-
google.golang.org/appengine v1.6.8 // indirect
258257
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
259258
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
260259
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)