Skip to content

Commit c047c35

Browse files
Bump golang.org/x/net in /_examples/database/orm/reform (#2085)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.4.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3f92f0 commit c047c35

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_examples/database/orm/reform/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ require (
5858
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
5959
github.com/yosssi/ace v0.0.5 // indirect
6060
golang.org/x/crypto v0.4.0 // indirect
61-
golang.org/x/net v0.4.0 // indirect
62-
golang.org/x/sys v0.3.0 // indirect
63-
golang.org/x/text v0.5.0 // indirect
61+
golang.org/x/net v0.7.0 // indirect
62+
golang.org/x/sys v0.5.0 // indirect
63+
golang.org/x/text v0.7.0 // indirect
6464
golang.org/x/time v0.3.0 // indirect
6565
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
6666
google.golang.org/protobuf v1.28.1 // indirect

_examples/database/orm/reform/go.sum

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

0 commit comments

Comments
 (0)