-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathgo.mod
28 lines (26 loc) · 1.35 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
module github.com/pr8kerl/f5er
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/structs v1.0.0
github.com/fsnotify/fsnotify v1.4.3-0.20170329110642-4da3e2cfbabc // indirect
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmcvetta/napping v3.2.0+incompatible
github.com/jmcvetta/randutil v0.0.0-20150817122601-2bb1b664bcff // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/magiconair/properties v1.7.5-0.20171031211101-49d762b9817b // indirect
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e // indirect
github.com/pelletier/go-toml v1.0.2-0.20171024211038-4e9e0ee19b60 // indirect
github.com/spf13/afero v1.0.0 // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/cobra v0.0.2-0.20171117052459-d6948b782c9f
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386 // indirect
github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95 // indirect
github.com/spf13/viper v1.0.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/sys v0.0.0-20171117071000-0dd5e194bbf5 // indirect
golang.org/x/text v0.1.1-0.20171102192421-88f656faf3f3 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)