Skip to content

Commit e329fa2

Browse files
dependabot[bot]Darien-Lin
authored andcommitted
chore: bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /hack/tools (GoogleContainerTools#9916)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. - [Commits](golang/crypto@v0.36.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0ee89f commit e329fa2

File tree

2 files changed

+13
-80
lines changed

2 files changed

+13
-80
lines changed

hack/tools/go.mod

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,17 @@ require (
88
)
99

1010
require (
11-
github.com/golang/protobuf v1.5.4 // indirect
12-
github.com/google/go-github/v28 v28.1.1 // indirect
11+
github.com/blang/semver v3.5.1+incompatible // indirect
12+
github.com/google/go-github/v38 v38.1.0 // indirect
1313
github.com/google/go-querystring v1.1.0 // indirect
1414
github.com/inconshreveable/mousetrap v1.1.0 // indirect
15-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
15+
github.com/pkg/errors v0.9.1 // indirect
1616
github.com/sirupsen/logrus v1.9.3 // indirect
1717
github.com/spf13/cobra v1.9.1 // indirect
1818
github.com/spf13/pflag v1.0.6 // indirect
19-
golang.org/x/crypto v0.36.0 // indirect
19+
golang.org/x/crypto v0.45.0 // indirect
2020
golang.org/x/mod v0.24.0 // indirect
21-
golang.org/x/net v0.38.0 // indirect
2221
golang.org/x/oauth2 v0.28.0 // indirect
2322
golang.org/x/sync v0.12.0 // indirect
24-
golang.org/x/sys v0.31.0 // indirect
25-
google.golang.org/appengine v1.6.8 // indirect
23+
golang.org/x/sys v0.38.0 // indirect
2624
)

0 commit comments

Comments
 (0)