Skip to content

Commit

Permalink
Merge pull request #11 from deweb-services/fix/update-tf-deps
Browse files Browse the repository at this point in the history
Fix/update tf deps
  • Loading branch information
rybnovdws authored Feb 16, 2024
2 parents 2728857 + 5e29164 commit f5067f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/deploy_script/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

tcli "github.com/deweb-services/terraform-provider-dws/dws/provider/client"
tcli "github.com/deweb-services/terraform-provider-nodeshift/nodeshift/provider/client"
"github.com/spf13/cobra"
)

Expand Down
4 changes: 2 additions & 2 deletions cmd/deploy_script/gpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import (
"strings"
"time"

tcli "github.com/deweb-services/terraform-provider-dws/dws/provider/client"
tcli "github.com/deweb-services/terraform-provider-nodeshift/nodeshift/provider/client"
"github.com/spf13/cobra"
)

var (
clientCfg tcli.DWSProviderConfiguration
clientCfg tcli.NodeshiftProviderConfiguration
gpuCreateCfg tcli.GPUConfig
gpuDeleteCfg string

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.11
github.com/deweb-services/terraform-provider-nodeshift v0.0.14
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.11 h1:q0LXGW5riTfvUZ2yjcZwPrpzQLiGY1MF1NV8UBmmPPY=
github.com/deweb-services/terraform-provider-dws v0.0.11/go.mod h1:Jy+kXHSGr5TpXSVFIVRNfezn8dKeHc2Y4SFicV/G8GU=
github.com/deweb-services/terraform-provider-nodeshift v0.0.14 h1:af6rm/lUbPlVTyeU9LNWpPAGXIeYMZwH/bCUdGquJdk=
github.com/deweb-services/terraform-provider-nodeshift v0.0.14/go.mod h1:yygWPasCi/AvkTblVYO9EV5wOEoR0aCx0uS6Wu7/N9A=
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 f5067f6

Please sign in to comment.