Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/spinnaker/spin from 0.4.1-0.20201211003717-9e6d8f2f1f78 to 1.29.0 #197

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@ 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
github.com/spinnaker/spin v1.29.0
k8s.io/client-go v11.0.0+incompatible // indirect
)
Loading