Skip to content

Commit 627ae2b

Browse files
committed
deps: update
1 parent 6bfdb53 commit 627ae2b

File tree

2 files changed

+26
-361
lines changed

2 files changed

+26
-361
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ require (
1919
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
2020
github.com/mattn/go-colorable v0.1.13 // indirect
2121
github.com/mattn/go-isatty v0.0.17 // indirect
22-
github.com/mattn/go-runewidth v0.0.13 // indirect
22+
github.com/mattn/go-runewidth v0.0.14 // indirect
2323
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
24-
github.com/rivo/uniseg v0.2.0 // indirect
24+
github.com/rivo/uniseg v0.4.4 // indirect
2525
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
26-
github.com/ulikunitz/xz v0.5.10 // indirect
27-
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
28-
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
29-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
30-
golang.org/x/sys v0.3.0 // indirect
26+
github.com/ulikunitz/xz v0.5.11 // indirect
27+
golang.org/x/crypto v0.6.0 // indirect
28+
golang.org/x/net v0.7.0 // indirect
29+
golang.org/x/oauth2 v0.5.0 // indirect
30+
golang.org/x/sys v0.5.0 // indirect
3131
google.golang.org/appengine v1.6.7 // indirect
32-
google.golang.org/protobuf v1.27.1 // indirect
32+
google.golang.org/protobuf v1.28.1 // indirect
3333
gopkg.in/toast.v1 v1.0.0-20180812000517-0a84660828b2 // indirect
3434
)

0 commit comments

Comments
 (0)