Fixed go.mod

This commit is contained in:
NI
2022-04-15 18:53:34 +08:00
parent f884d7cf76
commit 70589edf73

6
go.mod
View File

@@ -20,8 +20,8 @@ module github.com/nirui/sshwifty
go 1.13 go 1.13
require ( require (
github.com/gorilla/websocket v1.5.0 // indirect github.com/gorilla/websocket v1.5.0
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect golang.org/x/net v0.0.0-20220412020605-290c469a71a5
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
) )