Skip to content

Commit b1cc072

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

File tree

714 files changed

+48284
-15300
lines changed

Some content is hidden

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

714 files changed

+48284
-15300
lines changed

go.mod

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

3-
go 1.19
3+
go 1.24.0
44

55
require (
66
github.com/WICG/webpackage v0.0.0-20220803071451-c614114481ed
77
github.com/ampproject/amphtml v0.0.0-20230821083212-810089b9378c
88
github.com/go-acme/lego/v4 v4.13.3
99
github.com/gofrs/flock v0.8.1
1010
github.com/golang/protobuf v1.5.3
11-
github.com/google/go-cmp v0.5.9
11+
github.com/google/go-cmp v0.6.0
1212
github.com/kylelemons/godebug v1.1.0
1313
github.com/pelletier/go-toml v1.9.5
1414
github.com/pkg/errors v0.9.1
@@ -17,8 +17,8 @@ require (
1717
github.com/prometheus/common v0.44.0
1818
github.com/stretchr/testify v1.8.4
1919
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
20+
golang.org/x/crypto v0.45.0
21+
golang.org/x/net v0.47.0
2222
google.golang.org/grpc v1.57.0
2323
gopkg.in/square/go-jose.v2 v2.6.0
2424
)
@@ -138,12 +138,13 @@ require (
138138
github.com/yandex-cloud/go-sdk v0.0.0-20220805164847-cf028e604997 // indirect
139139
go.opencensus.io v0.24.0 // indirect
140140
go.uber.org/ratelimit v0.2.0 // indirect
141-
golang.org/x/mod v0.11.0 // indirect
141+
golang.org/x/mod v0.29.0 // indirect
142142
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
143+
golang.org/x/sync v0.18.0 // indirect
144+
golang.org/x/sys v0.38.0 // indirect
145+
golang.org/x/text v0.31.0 // indirect
145146
golang.org/x/time v0.3.0 // indirect
146-
golang.org/x/tools v0.10.0 // indirect
147+
golang.org/x/tools v0.38.0 // indirect
147148
google.golang.org/api v0.114.0 // indirect
148149
google.golang.org/appengine v1.6.7 // indirect
149150
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.

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

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)