-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 572 Bytes
/
Copy pathgo.mod
File metadata and controls
17 lines (15 loc) · 572 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/ericmcbride/go-dfw-testing
go 1.12
require (
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/lib/pq v1.0.0
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.1.1
github.com/spf13/pflag v1.0.3 // indirect
github.com/spf13/viper v1.2.1
golang.org/x/crypto v0.0.0-20181015023909-0c41d7ab0a0e // indirect
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba // indirect
)