-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (22 loc) · 785 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/Sherlock-Holo/camouflage
go 1.17
require (
github.com/BurntSushi/toml v1.0.0
github.com/Sherlock-Holo/goutils/websocket v0.0.0-20190227124339-861fac9fe37b
github.com/Sherlock-Holo/libsocks v0.1.2
github.com/Sherlock-Holo/link v0.6.2-0.20190309121502-1ec20cdbdf62
github.com/gorilla/websocket v1.5.0
github.com/pquerna/otp v1.3.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
go.uber.org/atomic v1.9.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
)
require (
github.com/boombuler/barcode v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)