Skip to content

Commit f7dc599

Browse files
Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (kataras#2094)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](golang/crypto@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51a3637 commit f7dc599

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ require (
4040
github.com/vmihailenco/msgpack/v5 v5.3.5
4141
github.com/yosssi/ace v0.0.5
4242
go.etcd.io/bbolt v1.3.7
43-
golang.org/x/crypto v0.6.0
44-
golang.org/x/net v0.7.0
43+
golang.org/x/crypto v0.7.0
44+
golang.org/x/net v0.8.0
4545
golang.org/x/sys v0.6.0
4646
golang.org/x/text v0.8.0
4747
golang.org/x/time v0.3.0

go.sum

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)