forked from geph-official/geph2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
44 lines (42 loc) · 1.97 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/geph-official/geph2
go 1.12
require (
github.com/abh/geoip v0.0.0-20160510155516-07cea4480daa
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/bunsim/goproxy v0.0.0-20170228195103-3c809b25484a
github.com/cryptoballot/fdh v0.0.0-20170924224734-5eb31ce2010c // indirect
github.com/cryptoballot/rsablind v0.0.0-20170925165423-14f9913880b7
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484
github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1 // indirect
github.com/ethereum/go-ethereum v1.9.9
github.com/etsy/statsd v0.8.5
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/gorilla/mux v1.7.3
github.com/hashicorp/golang-lru v0.5.3
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d
github.com/kavu/go_reuseport v1.4.0 // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/klauspost/reedsolomon v1.9.2
github.com/lib/pq v1.2.0
github.com/lucas-clemente/quic-go v0.12.0
github.com/minio/highwayhash v1.0.0
github.com/nullchinchilla/natrium v1.1.1
github.com/oschwald/geoip2-golang v1.3.0
github.com/oschwald/maxminddb-golang v1.5.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
github.com/sparrc/go-ping v0.0.0-20190613174326-4e5b6552494c // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20181023030647-4e92f724b73b
github.com/tidwall/evio v1.0.3 // indirect
github.com/tjfoc/gmsm v1.0.1
github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae
github.com/xtaci/smux v1.4.6
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
)