Upgrade backend and front-end dependencies

This commit is contained in:
NI
2020-04-26 16:39:20 +08:00
parent 2874531dda
commit 19a57152c4
4 changed files with 3776 additions and 2232 deletions

8
go.mod
View File

@@ -20,8 +20,8 @@ module github.com/niruix/sshwifty
go 1.13
require (
github.com/gorilla/websocket v1.4.1
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
github.com/gorilla/websocket v1.4.2
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
)