Skip to content

Commit 73d82fc

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

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
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-
"tunnel/client/cmd"
5+
"github.com/labstack/tunnel-client/cmd"
66
)
77

88
func main() {

go.mod

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

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

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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 v0.0.0-20181109160821-f4e39ed8226d h1:V1jV5xDGFyXypyw42KWz5WP8ugUFmOUYeajIMlqjY8k=
1011
github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a h1:9xk8kLb+XVXq/E01jxZHj/rfpVgjaDZAOCizdUcccHM=
1112
github.com/labstack/tunnel-client v0.0.0-20181105194249-b99e9753ee1a/go.mod h1:FD91/4b2sUC5o8JRPEPEe0dt0UNEVAYdaWhoMrxOBqY=
1213
github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=

tunnel-client.iml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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>

0 commit comments

Comments
 (0)