Update backend dependencies.

This commit is contained in:
NI
2019-09-08 20:40:25 +08:00
parent 52642961cf
commit 0f30a96af1
2 changed files with 13 additions and 11 deletions

10
go.mod
View File

@@ -17,11 +17,11 @@
module github.com/niruix/sshwifty
go 1.12
go 1.13
require (
github.com/gorilla/websocket v1.4.0
golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56
golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
github.com/gorilla/websocket v1.4.1
golang.org/x/crypto v0.0.0-20190907121410-71b5226ff739
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
golang.org/x/sys v0.0.0-20190907184412-d223b2b6db03 // indirect
)