forked from andeya/erpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.42 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/henrylee2cn/teleport
go 1.12
require (
git.apache.org/thrift.git v0.12.0
github.com/bifurcation/mint v0.0.0-20190129141059-83ba9bc2ead9 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/gogo/protobuf v0.0.0-20180830160456-5669497fd644
github.com/golang/protobuf v1.3.1
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/henrylee2cn/cfgo v0.0.0-20180417024816-e6c3cc325b21
github.com/henrylee2cn/goutil v0.0.0-20190324055015-285ef038ae58
github.com/kavu/go_reuseport v1.4.0
github.com/lucas-clemente/aes12 v0.0.0-20171027163421-cd47fb39b79f // indirect
github.com/lucas-clemente/quic-go v0.7.1-0.20190320094801-43dcf1de0a00
github.com/lucas-clemente/quic-go-certificates v0.0.0-20160823095156-d2f86524cced // indirect
github.com/montanaflynn/stats v0.5.0
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/tidwall/gjson v1.0.2
github.com/tidwall/match v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576 // indirect
golang.org/x/sys v0.0.0-20190322080309-f49334f85ddc
gopkg.in/yaml.v2 v2.2.2 // indirect
)