Skip to content

Commit e546274

Browse files
build(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. - [Commits](golang/crypto@v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a95b422 commit e546274

File tree

2 files changed

+16
-108
lines changed

2 files changed

+16
-108
lines changed

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/GoogleCloudPlatform/functions-framework-conformance
22

33
go 1.21.13
4+
toolchain go1.24.1
45

56
require (
67
github.com/buildpacks/pack v0.30.0
@@ -75,7 +76,6 @@ require (
7576
github.com/json-iterator/go v1.1.12 // indirect
7677
github.com/kevinburke/ssh_config v1.2.0 // indirect
7778
github.com/klauspost/compress v1.16.5 // indirect
78-
github.com/lightstep/tracecontext.go v0.0.0-20181129014701-1757c391b1ac // indirect
7979
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
8080
github.com/mattn/go-colorable v0.1.13 // indirect
8181
github.com/mattn/go-isatty v0.0.19 // indirect
@@ -103,17 +103,16 @@ require (
103103
github.com/skeema/knownhosts v1.3.0 // indirect
104104
github.com/vbatts/tar-split v0.11.3 // indirect
105105
github.com/xanzy/ssh-agent v0.3.3 // indirect
106-
go.opencensus.io v0.24.0 // indirect
107106
go.uber.org/atomic v1.4.0 // indirect
108107
go.uber.org/multierr v1.1.0 // indirect
109108
go.uber.org/zap v1.10.0 // indirect
110-
golang.org/x/crypto v0.31.0 // indirect
109+
golang.org/x/crypto v0.35.0 // indirect
111110
golang.org/x/mod v0.17.0 // indirect
112111
golang.org/x/net v0.33.0 // indirect
113-
golang.org/x/sync v0.10.0 // indirect
114-
golang.org/x/sys v0.28.0 // indirect
115-
golang.org/x/term v0.27.0 // indirect
116-
golang.org/x/text v0.21.0 // indirect
112+
golang.org/x/sync v0.11.0 // indirect
113+
golang.org/x/sys v0.30.0 // indirect
114+
golang.org/x/term v0.29.0 // indirect
115+
golang.org/x/text v0.22.0 // indirect
117116
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
118117
google.golang.org/protobuf v1.33.0 // indirect
119118
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)