-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (23 loc) · 1020 Bytes
/
go.mod
File metadata and controls
24 lines (23 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/thepoly/shuttletracker
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Sirupsen/logrus v0.0.0-20151204141443-446d1c146faa
github.com/go-chi/chi v0.0.0-20180202194135-e223a795a06a
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/gorilla/websocket v1.4.0
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 v1.0.0
github.com/spf13/afero v1.2.1 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190318221613-d196dffd7c2b // indirect
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca // indirect
gopkg.in/cas.v2 v2.1.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)