-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (26 loc) · 1.02 KB
/
go.mod
File metadata and controls
27 lines (26 loc) · 1.02 KB
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
module github.com/gladiusio/gladius-cli
require (
github.com/fsnotify/fsnotify v1.4.7
github.com/gladiusio/gladius-utils v0.0.0-20180809205756-ceb48e78a63f
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
github.com/inconshreveable/mousetrap v1.0.0
github.com/magiconair/properties v1.8.0
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.3
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/mitchellh/mapstructure v0.0.0-20180715050151-f15292f7a699
github.com/pelletier/go-toml v1.2.0
github.com/powerman/rpc-codec v1.0.0
github.com/sirupsen/logrus v1.0.5
github.com/spf13/afero v1.1.1
github.com/spf13/cast v1.2.0
github.com/spf13/cobra v0.0.2
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
github.com/spf13/pflag v1.0.1
github.com/spf13/viper v1.0.2
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
golang.org/x/sys v0.0.0-20180501092740-78d5f264b493
golang.org/x/text v0.3.0
gopkg.in/AlecAivazis/survey.v1 v1.5.3
gopkg.in/yaml.v2 v2.2.1
)