forked from wtg/shuttletracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (33 loc) · 1.8 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
34
module github.com/wtg/shuttletracker
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Sirupsen/logrus v0.0.0-20151204141443-446d1c146faa
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v0.0.0-20170329110642-4da3e2cfbabc // indirect
github.com/go-chi/chi v0.0.0-20180202194135-e223a795a06a
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/gorilla/websocket v1.4.0
github.com/hashicorp/hcl v0.0.0-20170509225359-392dba7d905e // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kochman/runner v0.0.0-20170814050456-307fc031d779
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v0.0.0-20180327071824-d34b9ff171c2
github.com/magiconair/properties v0.0.0-20170321093039-51463bfca257 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect
github.com/pelletier/go-toml v0.0.0-20170628012637-69d355db5304 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/cobra v0.0.0-20180915222204-8d114be902bc
github.com/spf13/jwalterweatherman v0.0.0-20170523133247-0efa5202c046 // indirect
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.0.0
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f // indirect
github.com/stretchr/testify v0.0.0-20180319223459-c679ae2cc0cb
golang.org/x/net v0.0.0-20190206173232-65e2d4e15006 // indirect
golang.org/x/sys v0.0.0-20170630171205-4ed4d404df45 // indirect
golang.org/x/text v0.0.0-20170630100924-2bf8f2a19ec0 // indirect
gopkg.in/cas.v2 v2.1.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e // indirect
)