-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
25 lines (23 loc) · 1.03 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
module github.com/mercari/terraform-provider-spinnaker
go 1.16
require (
cloud.google.com/go v0.73.0 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/aws/aws-sdk-go v1.30.12 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/hcl/v2 v2.7.2 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.0
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/oklog/run v1.1.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/spinnaker/spin v0.4.1-0.20201211003717-9e6d8f2f1f78
golang.org/x/oauth2 v0.0.0-20201207163604-931764155e3f // indirect
golang.org/x/term v0.0.0-20201207232118-ee85cb95a76b // indirect
google.golang.org/genproto v0.0.0-20201204160425-06b3db808446 // indirect
google.golang.org/grpc v1.34.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)