Skip to content

Commit 1681460

Browse files
committed
[go.mod] Update and fix module path
1 parent 18a0e71 commit 1681460

File tree

2 files changed

+262
-7
lines changed

2 files changed

+262
-7
lines changed

go.mod

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,56 @@
1-
module github.com/achilleas-k/gin-cli
1+
module github.com/G-Node/gin-cli
22

33
replace github.com/G-Node/gin-cli => ./
44

55
require (
6-
github.com/G-Node/gin-cli v0.0.0-20190212155606-424a32eff3a2
6+
cloud.google.com/go v0.39.0 // indirect
7+
github.com/OneOfOne/xxhash v1.2.5 // indirect
78
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
89
github.com/bbrks/wrap v2.3.0+incompatible
10+
github.com/coreos/etcd v3.3.13+incompatible // indirect
11+
github.com/coreos/go-semver v0.3.0 // indirect
12+
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b // indirect
913
github.com/docker/docker v1.13.1
1014
github.com/dustin/go-humanize v1.0.0
1115
github.com/fatih/color v1.7.0
1216
github.com/gogits/go-gogs-client v0.0.0-20181217004319-1cd0db3113de
17+
github.com/golang/mock v1.3.1 // indirect
18+
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
1319
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
14-
github.com/mattn/go-colorable v0.1.0 // indirect
15-
github.com/mattn/go-isatty v0.0.4 // indirect
20+
github.com/kisielk/errcheck v1.2.0 // indirect
21+
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
22+
github.com/kr/pty v1.1.4 // indirect
23+
github.com/magiconair/properties v1.8.1 // indirect
24+
github.com/mattn/go-colorable v0.1.2 // indirect
25+
github.com/pelletier/go-toml v1.4.0 // indirect
26+
github.com/pkg/errors v0.8.1 // indirect
27+
github.com/prometheus/common v0.4.1 // indirect
28+
github.com/prometheus/procfs v0.0.2 // indirect
29+
github.com/prometheus/tsdb v0.8.0 // indirect
30+
github.com/rogpeppe/fastuuid v1.1.0 // indirect
31+
github.com/russross/blackfriday v2.0.0+incompatible // indirect
1632
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
17-
github.com/spf13/cobra v0.0.3
33+
github.com/sirupsen/logrus v1.4.2 // indirect
34+
github.com/spaolacci/murmur3 v1.1.0 // indirect
35+
github.com/spf13/afero v1.2.2 // indirect
36+
github.com/spf13/cobra v0.0.4
37+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
1838
github.com/spf13/pflag v1.0.3
19-
github.com/spf13/viper v1.3.1
20-
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
39+
github.com/spf13/viper v1.4.0
40+
github.com/stretchr/objx v0.2.0 // indirect
41+
github.com/ugorji/go v1.1.5-pre // indirect
42+
go.opencensus.io v0.22.0 // indirect
43+
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
44+
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 // indirect
45+
golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff // indirect
46+
golang.org/x/mobile v0.0.0-20190509164839-32b2708ab171 // indirect
47+
golang.org/x/mod v0.1.0 // indirect
48+
golang.org/x/net v0.0.0-20190606173856-1492cefac77f // indirect
49+
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444 // indirect
50+
golang.org/x/tools v0.0.0-20190606174628-0139d5756a7d // indirect
51+
google.golang.org/api v0.6.0 // indirect
52+
google.golang.org/appengine v1.6.1 // indirect
53+
google.golang.org/genproto v0.0.0-20190605220351-eb0b1bdb6ae6 // indirect
54+
google.golang.org/grpc v1.21.1 // indirect
55+
honnef.co/go/tools v0.0.0-20190607002114-91b34a6dad6c // indirect
2156
)

0 commit comments

Comments
 (0)