Skip to content

Commit 7aa11da

Browse files
Bump golang.org/x/net in /eurekapp
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76391f6 commit 7aa11da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eurekapp/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ require (
4040
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d // indirect
4141
github.com/spf13/cast v1.2.0 // indirect
4242
golang.org/x/mod v0.4.2 // indirect
43-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
44-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
43+
golang.org/x/net v0.7.0 // indirect
44+
golang.org/x/sys v0.5.0 // indirect
4545
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
4646
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect
4747
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

0 commit comments

Comments
 (0)