Skip to content

Commit ed174ea

Browse files
committed
Changed package name
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent b99e975 commit ed174ea

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

cmd/tunnel/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
"github.com/labstack/gommon/log"
5-
"github.com/labstack/tunnel-client/cmd"
5+
"tunnel/client/cmd"
66
)
77

88
func main() {

go.mod

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
1-
module github.com/labstack/tunnel-client
1+
module tunnel/client
22

33
require (
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
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NH
77
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
88
github.com/labstack/gommon v0.2.7 h1:2qOPq/twXDrQ6ooBGrn3mrmVOC+biLlatwgIu8lbzRM=
99
github.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=
1012
github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=
1113
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
1214
github.com/mattn/go-colorable v0.0.9 h1:UVL0vNpWh04HeJXV0KLcaT7r06gOH2l4OW6ddYRUIY4=

0 commit comments

Comments
 (0)