Skip to content

Commit

Permalink
Merge pull request #9 from deweb-services/feat/dws-1587-remove-fields
Browse files Browse the repository at this point in the history
Feat: DWS-1587 - update deps
  • Loading branch information
rybnovdws authored Feb 7, 2024
2 parents 01cb161 + 655fbba commit 27ca396
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/deploy_script/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func init() {
_ = viper.BindPFlag("assign_ygg_ip", cpuCreateCmd.Flags().Lookup("assign_ygg_ip"))
_ = viper.BindPFlag("vpc_id", cpuCreateCmd.Flags().Lookup("vpc_id"))
_ = viper.BindPFlag("ssh_key", cpuCreateCmd.Flags().Lookup("ssh_key"))
_ = viper.BindPFlag("ssh_key_name", cpuCreateCmd.Flags().Lookup("ssh_key_name"))
_ = viper.BindPFlag("ssh_key_name", cpuCreateCmd.Flags().Lookup("ssh_key_name"))
_ = viper.BindPFlag("host_name", cpuCreateCmd.Flags().Lookup("host_name"))
cpuCmd.AddCommand(cpuCreateCmd)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/deweb-services/deployment-script
go 1.21.3

require (
github.com/deweb-services/terraform-provider-dws v0.0.9
github.com/deweb-services/terraform-provider-dws v0.0.10
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.17.0
go.uber.org/zap v1.26.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/deweb-services/terraform-provider-dws v0.0.9 h1:D4CN4IyQbpTlioC7Ld8gVAIhiHEBlHDshGiOR+pq3/k=
github.com/deweb-services/terraform-provider-dws v0.0.9/go.mod h1:Jy+kXHSGr5TpXSVFIVRNfezn8dKeHc2Y4SFicV/G8GU=
github.com/deweb-services/terraform-provider-dws v0.0.10 h1:BQTgRgTlGSTgdw+VxzAwwnczcNeOMJc3go0kSpMbMEk=
github.com/deweb-services/terraform-provider-dws v0.0.10/go.mod h1:Jy+kXHSGr5TpXSVFIVRNfezn8dKeHc2Y4SFicV/G8GU=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down

0 comments on commit 27ca396

Please sign in to comment.