File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package main
22
33import (
44 "github.com/labstack/gommon/log"
5- "tunnel/ client/cmd"
5+ "github.com/labstack/tunnel- client/cmd"
66)
77
88func main () {
Original file line number Diff line number Diff line change 1- module tunnel/ client
1+ module github.com/labstack/tunnel- client
22
33require (
44 github.com/labstack/gommon v0.2.7
5- github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a
5+ github.com/mattn/go-colorable v0.0.9 // indirect
6+ github.com/mattn/go-isatty v0.0.4 // indirect
67 github.com/mitchellh/go-homedir v1.0.0
78 github.com/spf13/cobra v0.0.3
89 github.com/spf13/viper v1.2.1
10+ github.com/valyala/bytebufferpool v1.0.0 // indirect
11+ github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
912 golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
1013 gopkg.in/resty.v1 v1.10.1
1114)
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NH
77github.com/inconshreveable/mousetrap v1.0.0 /go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8 =
88github.com/labstack/gommon v0.2.7 h1:2qOPq/twXDrQ6ooBGrn3mrmVOC+biLlatwgIu8lbzRM =
99github.com/labstack/gommon v0.2.7 /go.mod h1:/tj9csK2iPSBvn+3NLM9e52usepMtrd5ilFYA+wQNJ4 =
10+ github.com/labstack/tunnel v0.0.0-20181109160821-f4e39ed8226d h1:V1jV5xDGFyXypyw42KWz5WP8ugUFmOUYeajIMlqjY8k =
1011github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a h1:9xk8kLb+XVXq/E01jxZHj/rfpVgjaDZAOCizdUcccHM =
1112github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a /go.mod h1:FD91/4b2sUC5o8JRPEPEe0dt0UNEVAYdaWhoMrxOBqY =
1213github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY =
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <module type =" WEB_MODULE" version =" 4" >
3+ <component name =" Go" enabled =" true" />
4+ <component name =" NewModuleRootManager" inherit-compiler-output =" true" >
5+ <exclude-output />
6+ <content url =" file://$MODULE_DIR$" />
7+ <orderEntry type =" sourceFolder" forTests =" false" />
8+ </component >
9+ </module >
You can’t perform that action at this time.
0 commit comments