-
Notifications
You must be signed in to change notification settings - Fork 410
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I4e2c8f9b74b754299595382d4d01c16285108270
- Loading branch information
Showing
647 changed files
with
288,375 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,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/cheekybits/genny v1.0.0 // 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/mock v1.2.0 // indirect | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/hashicorp/golang-lru v0.5.0 // indirect | ||
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-20190108065108-a4da700f03b3 | ||
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.10.1 | ||
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.7.0 // indirect | ||
github.com/onsi/gomega v1.4.3 // indirect | ||
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 v0.0.0-20171002075945-1731857f09b1 // indirect | ||
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 // indirect | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect | ||
golang.org/x/sys v0.0.0-20190213121743-983097b1a8a3 | ||
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.