Skip to content

Commit efd46bd

Browse files
Update module golang.org/x/crypto to v0.35.0 [SECURITY]
1 parent a4b1f3b commit efd46bd

File tree

635 files changed

+36230
-12001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

635 files changed

+36230
-12001
lines changed

go.mod

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
module github.com/ampproject/amppackager
22

3-
go 1.19
3+
go 1.23.0
4+
5+
toolchain go1.24.2
46

57
require (
68
github.com/WICG/webpackage v0.0.0-20220803071451-c614114481ed
79
github.com/ampproject/amphtml v0.0.0-20230821083212-810089b9378c
810
github.com/go-acme/lego/v4 v4.13.3
911
github.com/gofrs/flock v0.8.1
1012
github.com/golang/protobuf v1.5.3
11-
github.com/google/go-cmp v0.5.9
13+
github.com/google/go-cmp v0.6.0
1214
github.com/kylelemons/godebug v1.1.0
1315
github.com/pelletier/go-toml v1.9.5
1416
github.com/pkg/errors v0.9.1
@@ -17,8 +19,8 @@ require (
1719
github.com/prometheus/common v0.44.0
1820
github.com/stretchr/testify v1.8.4
1921
github.com/twifkak/crypto v0.0.0-20210326012946-1fce8924335d
20-
golang.org/x/crypto v0.12.0
21-
golang.org/x/net v0.14.0
22+
golang.org/x/crypto v0.35.0
23+
golang.org/x/net v0.25.0
2224
google.golang.org/grpc v1.57.0
2325
gopkg.in/square/go-jose.v2 v2.6.0
2426
)
@@ -138,12 +140,13 @@ require (
138140
github.com/yandex-cloud/go-sdk v0.0.0-20220805164847-cf028e604997 // indirect
139141
go.opencensus.io v0.24.0 // indirect
140142
go.uber.org/ratelimit v0.2.0 // indirect
141-
golang.org/x/mod v0.11.0 // indirect
143+
golang.org/x/mod v0.17.0 // indirect
142144
golang.org/x/oauth2 v0.9.0 // indirect
143-
golang.org/x/sys v0.11.0 // indirect
144-
golang.org/x/text v0.12.0 // indirect
145+
golang.org/x/sync v0.11.0 // indirect
146+
golang.org/x/sys v0.30.0 // indirect
147+
golang.org/x/text v0.22.0 // indirect
145148
golang.org/x/time v0.3.0 // indirect
146-
golang.org/x/tools v0.10.0 // indirect
149+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
147150
google.golang.org/api v0.114.0 // indirect
148151
google.golang.org/appengine v1.6.7 // indirect
149152
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect

go.sum

Lines changed: 33 additions & 16 deletions
Large diffs are not rendered by default.

vendor/github.com/google/go-cmp/cmp/cmpopts/equate.go

Lines changed: 39 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/cmpopts/ignore.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/cmpopts/sort.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/cmpopts/xform.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/compare.go

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_unsafe.go renamed to vendor/github.com/google/go-cmp/cmp/export.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)