Skip to content

Commit 84a1e97

Browse files
Bump golang.org/x/net in /_examples/configuration/viper (kataras#2086)
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 c047c35 commit 84a1e97

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_examples/configuration/viper/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ require (
5656
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
5757
github.com/yosssi/ace v0.0.5 // indirect
5858
golang.org/x/crypto v0.4.0 // indirect
59-
golang.org/x/net v0.4.0 // indirect
60-
golang.org/x/sys v0.3.0 // indirect
61-
golang.org/x/text v0.5.0 // indirect
59+
golang.org/x/net v0.7.0 // indirect
60+
golang.org/x/sys v0.5.0 // indirect
61+
golang.org/x/text v0.7.0 // indirect
6262
golang.org/x/time v0.3.0 // indirect
6363
google.golang.org/protobuf v1.28.1 // indirect
6464
gopkg.in/ini.v1 v1.67.0 // indirect

_examples/configuration/viper/go.sum

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

0 commit comments

Comments
 (0)