forked from nknorg/nnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 947 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
module github.com/nknorg/nnet
go 1.11
require (
github.com/gogo/protobuf v1.3.2
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/huin/goupnp v1.0.0 // indirect
github.com/imdario/mergo v0.3.6
github.com/jackpal/gateway v1.0.5 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/reedsolomon v0.0.0-20190407153631-a373324398e4 // indirect
github.com/nknorg/go-nat v1.0.1
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.0.0-20190227000051-27936f6d90f9 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b // indirect
github.com/tjfoc/gmsm v0.0.0-20190417070453-18fd8096dc8a // indirect
github.com/xtaci/kcp-go v4.3.1+incompatible
github.com/xtaci/smux v1.2.11
gopkg.in/yaml.v2 v2.2.8 // indirect
)