-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
39 lines (38 loc) · 1.89 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
29
30
31
32
33
34
35
36
37
38
39
module github.com/orange-cloudfoundry/terraform-secure-backend
require (
code.cloudfoundry.org/credhub-cli v0.0.0-20190205225434-67d97ea8cf84
github.com/ArthurHlt/logrus-cef-formatter v1.0.0
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/apparentlymart/go-cidr v1.0.0 // indirect
github.com/azer/snakecase v1.0.0 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cloudfoundry-community/gautocloud v0.0.0-20181215002913-d4c0b1ac4e67
github.com/cloudfoundry-community/go-cfenv v1.17.0 // indirect
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.1.0 // indirect
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
github.com/golang/mock v1.2.0 // indirect
github.com/gorilla/mux v1.7.0
github.com/hashicorp/go-getter v1.0.3 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/hashicorp/hcl2 v0.0.0-20190130225218-89dbc5eb3d9e // indirect
github.com/hashicorp/hil v0.0.0-20190129155652-59d7c1fee952 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform v0.11.11
github.com/mitchellh/cli v1.0.0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/hashstructure v1.0.0 // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.3.0
github.com/spf13/viper v1.3.1 // indirect
github.com/urfave/cli v1.20.0
github.com/zclconf/go-cty v0.0.0-20190201220620-4ca19710f056 // indirect
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
golang.org/x/net v0.0.0-20190225153610-fe579d43d832 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20190225065934-cc5685c2db12 // indirect
gopkg.in/yaml.v2 v2.2.2
)