Skip to content

Commit

Permalink
Fixed go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
NI committed Apr 15, 2022
1 parent f884d7c commit 70589ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -20,8 +20,8 @@ module github.com/nirui/sshwifty
go 1.13

require (
github.com/gorilla/websocket v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
github.com/gorilla/websocket v1.5.0
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
)

0 comments on commit 70589ed

Please sign in to comment.