forked from External/grumble
misc(proj): Upgrade dependencies
This commit is contained in:
parent
3a41274e92
commit
3a84ab5efd
2 changed files with 62 additions and 3 deletions
7
go.mod
7
go.mod
|
|
@ -3,7 +3,8 @@ module mumble.info/grumble
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.3.5
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
|
||||
github.com/golang/protobuf v1.5.4
|
||||
github.com/gorilla/websocket v1.5.1
|
||||
golang.org/x/crypto v0.21.0
|
||||
golang.org/x/net v0.22.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue