Skip to content

Commit

Permalink
Update govultr to v3.3.3 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Oct 24, 2023
1 parent f896291 commit ab18ce0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ var databaseUpdate = &cobra.Command{
Plan: plan,
Label: label,
Tag: tag,
VPCID: vpc,
VPCID: govultr.StringToStringPtr(vpc),
MaintenanceDOW: maintenanceDOW,
MaintenanceTime: maintenanceTime,
ClusterTimeZone: clusterTimeZone,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/spf13/cobra v1.7.0
github.com/spf13/viper v1.16.0
github.com/vultr/govultr/v3 v3.3.2
github.com/vultr/govultr/v3 v3.3.3
golang.org/x/oauth2 v0.12.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gt
github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8=
github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0=
github.com/vultr/govultr/v3 v3.3.2 h1:YCANcSpFO0bVvkkfTqNsQVW+n21MRupD9lG0tND1Igo=
github.com/vultr/govultr/v3 v3.3.2/go.mod h1:7NjuHeQv5vgUWR2H1sPc9D+xffrT5ql+kNi6R3yuwzo=
github.com/vultr/govultr/v3 v3.3.3 h1:BxPS3aroaMK01ogAAyUkSgbnvdNbIWRCeFlcaV86NFI=
github.com/vultr/govultr/v3 v3.3.3/go.mod h1:7NjuHeQv5vgUWR2H1sPc9D+xffrT5ql+kNi6R3yuwzo=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit ab18ce0

Please sign in to comment.