-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
30 lines (28 loc) · 1.11 KB
/
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
26
27
28
29
30
module github.com/bokysan/socketace/v2
go 1.14
require (
bou.ke/monkey v1.0.2
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/davecgh/go-spew v1.1.1
github.com/go-chi/chi v4.1.2+incompatible
github.com/goccy/go-yaml v1.8.1
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-multierror v1.1.0
github.com/jessevdk/go-flags v1.4.0
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/miekg/dns v1.1.34
github.com/mtraver/base91 v1.0.0
github.com/multiformats/go-multistream v0.1.2
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.6.1
github.com/xtaci/kcp-go/v5 v5.6.1
github.com/xtaci/smux v1.5.14
github.com/youmark/pkcs8 v0.0.0-20200520070018-fad002e585ce
go.chromium.org/luci v0.0.0-20201018155654-3aac261c05da
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
golang.org/x/net v0.0.0-20200822124328-c89045814202
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)