Skip to content

Commit e3f92f0

Browse files
Bump golang.org/x/net in /_examples/configuration/multi-environments (#2083)
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 e1021a8 commit e3f92f0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_examples/configuration/multi-environments/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ require (
4848
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4949
github.com/yosssi/ace v0.0.5 // indirect
5050
golang.org/x/crypto v0.4.0 // indirect
51-
golang.org/x/net v0.4.0 // indirect
52-
golang.org/x/sys v0.3.0 // indirect
53-
golang.org/x/text v0.5.0 // indirect
51+
golang.org/x/net v0.7.0 // indirect
52+
golang.org/x/sys v0.5.0 // indirect
53+
golang.org/x/text v0.7.0 // indirect
5454
golang.org/x/time v0.3.0 // indirect
5555
google.golang.org/protobuf v1.28.1 // indirect
5656
gopkg.in/ini.v1 v1.67.0 // indirect

_examples/configuration/multi-environments/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)