-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
33 lines (32 loc) · 1.72 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/vromero/gofortune
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/vcs v1.12.0
github.com/alecthomas/gometalinter v2.0.11+incompatible // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/aws/aws-sdk-go v1.16.1 // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/golang/dep v0.5.0 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/goreleaser/goreleaser v0.94.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmank88/nuts v0.3.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/mitchellh/go-homedir v1.0.0
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/nightlyone/lockfile v0.0.0-20180618180623-0ad87eef1443 // indirect
github.com/patrickdappollonio/localized v0.0.0-20170307163927-f0888e3caa61
github.com/pierrre/gotestcover v0.0.0-20160517101806-924dca7d15f0 // indirect
github.com/sdboyer/constext v0.0.0-20170321163424-836a14457353 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.0
github.com/ugorji/go/codec v0.0.0-20181206144755-e72634d4d386 // indirect
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc // indirect
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
golang.org/x/sys v0.0.0-20181206074257-70b957f3b65e // indirect
golang.org/x/tools v0.0.0-20181206194817-bcd4e47d0288 // indirect
google.golang.org/appengine v1.3.0 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)