File tree Expand file tree Collapse file tree 6 files changed +10
-0
lines changed Expand file tree Collapse file tree 6 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55require (
66 github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
77 github.com/gin-gonic/gin v1.4.0
8+ github.com/karalabe/xgo v0.0.0-20190301120235-2d6d1848fb02 // indirect
9+ github.com/mitchellh/gox v1.0.1 // indirect
810 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
911)
Original file line number Diff line number Diff line change @@ -8,10 +8,18 @@ github.com/gin-gonic/gin v1.4.0 h1:3tMoCCfM7ppqsR0ptz/wi1impNpT7/9wQtMZ8lr1mCQ=
88github.com/gin-gonic/gin v1.4.0 /go.mod h1:OW2EZn3DO8Ln9oIKOvM++LBO+5UPHJJDH72/q/3rZdM =
99github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg =
1010github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
11+ github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8 =
12+ github.com/hashicorp/go-version v1.0.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
1113github.com/json-iterator/go v1.1.6 h1:MrUvLMLTMxbqFJ9kzlvat/rYZqZnW3u4wkLzWTaFwKs =
1214github.com/json-iterator/go v1.1.6 /go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU =
15+ github.com/karalabe/xgo v0.0.0-20190301120235-2d6d1848fb02 h1:nI4Q7WQDcng8eRmi8bRP1SXlJIYLkgdgR7ZhJuzPbhs =
16+ github.com/karalabe/xgo v0.0.0-20190301120235-2d6d1848fb02 /go.mod h1:iYGcTYIPUvEWhFo6aKUuLchs+AV4ssYdyuBbQJZGcBk =
1317github.com/mattn/go-isatty v0.0.7 h1:UvyT9uN+3r7yLEYSlJsbQGdsaB/a0DlgWP3pql6iwOc =
1418github.com/mattn/go-isatty v0.0.7 /go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s =
19+ github.com/mitchellh/gox v1.0.1 h1:x0jD3dcHk9a9xPSDN6YEL4xL6Qz0dvNYm8yZqui5chI =
20+ github.com/mitchellh/gox v1.0.1 /go.mod h1:ED6BioOGXMswlXa2zxfh/xdd5QhwYliBFn9V18Ap4z4 =
21+ github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY =
22+ github.com/mitchellh/iochan v1.0.0 /go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY =
1523github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
1624github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
1725github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI =
You can’t perform that action at this time.
0 commit comments