forked from fnproject/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (37 loc) · 1.86 KB
/
go.mod
File metadata and controls
38 lines (37 loc) · 1.86 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
28
29
30
31
32
33
34
35
36
37
38
module github.com/fnproject/cli
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/coreos/go-semver v0.2.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v0.0.0-20170926111411-5df930a27be2
github.com/fnproject/fdk-go v0.0.0-20181128231321-225736950b1c // indirect
github.com/fnproject/fn_go v0.0.0-20190717173117-b2f79f8e592f
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/ghodss/yaml v1.0.0
github.com/giantswarm/semver-bump v0.0.0-20140912095342-88e6c9f2fe39
github.com/go-openapi/runtime v0.0.0-20180509184547-c0cae94704c7
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e
github.com/juju/errgo v0.0.0-20140925100237-08cceb5d0b53 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/magiconair/properties v1.7.6 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
github.com/pborman/uuid v1.2.0 // indirect
github.com/pelletier/go-toml v1.1.0 // indirect
github.com/spf13/afero v1.1.0 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.3.0 // indirect
github.com/urfave/cli v1.20.0
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20180618132009-1d523034197f
golang.org/x/sys v0.0.0-20180525142821-c11f84a56e43
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1
)