-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
49 lines (47 loc) · 2.32 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
module github.com/OctopusDeploy/terraform-provider-octopusdeploy
go 1.15
require (
cloud.google.com/go/storage v1.14.0 // indirect
github.com/Microsoft/go-winio v0.4.17 // indirect
github.com/OctopusDeploy/go-octopusdeploy v1.7.23
github.com/agext/levenshtein v1.2.3 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.38.21 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/gliderlabs/ssh v0.3.2 // indirect
github.com/go-test/deep v1.0.7 // indirect
github.com/google/uuid v1.2.0
github.com/gruntwork-io/terratest v0.32.23
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
github.com/hashicorp/go-hclog v0.16.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-plugin v1.4.1 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/hcl/v2 v2.10.0 // indirect
github.com/hashicorp/terraform-exec v0.13.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.0
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
github.com/jhump/protoreflect v1.8.2 // indirect
github.com/kevinburke/ssh_config v1.1.0 // indirect
github.com/klauspost/compress v1.12.1 // indirect
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/zclconf/go-cty v1.8.2 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210421230115-4e50805a0758 // indirect
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78 // indirect
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
google.golang.org/api v0.44.0 // indirect
google.golang.org/genproto v0.0.0-20210421164718-3947dc264843 // indirect
google.golang.org/grpc v1.37.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)