File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
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- "github.com/labstack/ tunnel- client/cmd"
5+ "tunnel/ client/cmd"
66)
77
88func main () {
Original file line number Diff line number Diff line change 1- module github.com/labstack/ tunnel- client
1+ module tunnel/ client
22
33require (
4- github.com/inconshreveable/mousetrap v1.0.0 // indirect
54 github.com/labstack/gommon v0.2.7
6- github.com/mattn/go-colorable v0.0.9 // indirect
7- github.com/mattn/go-isatty v0.0.4 // indirect
5+ github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a
86 github.com/mitchellh/go-homedir v1.0.0
97 github.com/spf13/cobra v0.0.3
108 github.com/spf13/viper v1.2.1
11- github.com/valyala/bytebufferpool v1.0.0 // indirect
12- github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
139 golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16
1410 gopkg.in/resty.v1 v1.10.1
1511)
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ 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-client v0.0.0-20181105194249-b99e9753ee1a h1:9xk8kLb+XVXq/E01jxZHj/rfpVgjaDZAOCizdUcccHM =
11+ github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a /go.mod h1:FD91/4b2sUC5o8JRPEPEe0dt0UNEVAYdaWhoMrxOBqY =
1012github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY =
1113github.com/magiconair/properties v1.8.0 /go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ =
1214github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4 =
You can’t perform that action at this time.
0 commit comments