-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 696 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/visola/go-http-cli
require (
github.com/fatih/color v1.7.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.3.0
github.com/visola/variables v0.0.0-20180924201714-61cb3895d418
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.2
)
go 1.13