This repository has been archived by the owner on Apr 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgo.mod
60 lines (59 loc) · 2.52 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/MattHodge/terraform-provider-octopusdeploy
require (
github.com/MattHodge/go-octopusdeploy v0.0.0-20181223150559-d7c98b22f969
github.com/agext/levenshtein v1.2.1
github.com/apparentlymart/go-cidr v1.0.0
github.com/apparentlymart/go-textseg v1.0.0
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.15.53
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/bgentry/speakeasy v0.1.0
github.com/blang/semver v3.5.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/dghubble/sling v1.1.0
github.com/fatih/color v1.7.0
github.com/go-ini/ini v1.38.3
github.com/go-playground/locales v0.12.1
github.com/go-playground/universal-translator v0.16.0
github.com/golang/protobuf v1.2.0
github.com/google/go-querystring v1.0.0
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-cleanhttp v0.5.0
github.com/hashicorp/go-getter v0.0.0-20180809191950-4bda8fa99001
github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-plugin v0.0.0-20181004024435-314501b665e0
github.com/hashicorp/go-safetemp v1.0.0
github.com/hashicorp/go-uuid v1.0.0
github.com/hashicorp/go-version v1.0.0
github.com/hashicorp/hcl v1.0.0
github.com/hashicorp/hcl2 v0.0.0-20181001210626-3e4b7e0eb20e
github.com/hashicorp/hil v0.0.0-20170627220502-fa9f258a9250
github.com/hashicorp/logutils v1.0.0
github.com/hashicorp/terraform v0.11.8
github.com/hashicorp/yamux v0.0.0-20180917205041-7221087c3d28
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
github.com/mitchellh/cli v1.0.0
github.com/mitchellh/copystructure v1.0.0
github.com/mitchellh/go-homedir v1.0.0
github.com/mitchellh/go-testing-interface v1.0.0
github.com/mitchellh/go-wordwrap v1.0.0
github.com/mitchellh/gox v0.4.0 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/iochan v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/mitchellh/reflectwalk v1.0.0
github.com/oklog/run v1.0.0
github.com/posener/complete v1.1.2
github.com/ulikunitz/xz v0.5.4
github.com/zclconf/go-cty v0.0.0-20181011210859-1f835aab79c2
golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1
golang.org/x/sys v0.0.0-20181011152604-fa43e7bc11ba
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20181004005441-af9cb2a35e7f
google.golang.org/grpc v1.15.0
gopkg.in/go-playground/validator.v9 v9.21.0
)