Skip to content

Commit 68dabda

Browse files
chore(deps): bump golang.org/x/net
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220127200216-cd36cc0744dd to 0.9.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.9.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb7be78 commit 68dabda

File tree

2 files changed

+12
-46
lines changed

2 files changed

+12
-46
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ require (
3131
require (
3232
github.com/mattn/go-runewidth v0.0.14 // indirect
3333
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
34-
github.com/prometheus/client_golang v1.11.1 // indirect
3534
github.com/rivo/uniseg v0.4.3 // indirect
3635
)
3736

@@ -70,11 +69,11 @@ require (
7069
github.com/subosito/gotenv v1.2.0 // indirect
7170
github.com/xanzy/ssh-agent v0.3.0 // indirect
7271
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
73-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
72+
golang.org/x/net v0.9.0
7473
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
75-
golang.org/x/sys v0.5.0 // indirect
76-
golang.org/x/term v0.5.0 // indirect
77-
golang.org/x/text v0.3.8 // indirect
74+
golang.org/x/sys v0.7.0 // indirect
75+
golang.org/x/term v0.7.0 // indirect
76+
golang.org/x/text v0.9.0 // indirect
7877
google.golang.org/appengine v1.6.7 // indirect
7978
google.golang.org/protobuf v1.27.1 // indirect
8079
gopkg.in/ini.v1 v1.63.2 // indirect

0 commit comments

Comments
 (0)