打通网络

This commit is contained in:
2021-10-21 18:46:43 +08:00
parent 67d44ea967
commit afde513ad9
10 changed files with 160 additions and 45 deletions

5
go.mod
View File

@@ -4,8 +4,7 @@ go 1.17
require (
github.com/gin-gonic/gin v1.7.4
github.com/jageros/hawox v0.0.5
github.com/jroimartin/gocui v0.5.0
github.com/jageros/hawox v0.0.6
github.com/rocket049/gocui v0.3.2
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
)
@@ -14,7 +13,6 @@ require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
@@ -40,7 +38,6 @@ require (
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pelletier/go-toml v1.9.3 // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect