-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·23 lines (21 loc) · 865 Bytes
/
go.mod
File metadata and controls
executable file
·23 lines (21 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/sp0x/docker-hub-cli
go 1.12
require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega v1.9.0
github.com/sirupsen/logrus v1.5.0
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.5.1 // indirect
github.com/tcnksm/ghr v0.13.0 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)