Skip to content

Commit

Permalink
Update govultr from v3.11.2 to v3.15.0 (#290)
Browse files Browse the repository at this point in the history
* Update govultr from v3.11.2 to v3.15.0

* Add SSL delete functions

* Update vendored code
  • Loading branch information
mondragonfx authored Mar 4, 2025
1 parent 4c690e4 commit 2fce7e8
Show file tree
Hide file tree
Showing 11 changed files with 471 additions and 55 deletions.
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.24
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/spf13/pflag v1.0.5
github.com/vultr/govultr/v3 v3.11.2
github.com/vultr/govultr/v3 v3.15.0
github.com/vultr/metadata v1.1.0
golang.org/x/oauth2 v0.23.0
k8s.io/api v0.31.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ github.com/vultr/govultr/v3 v3.9.1 h1:uxSIb8Miel7tqTs3ee+z3t+JelZikwqBBsZzCOPBy/
github.com/vultr/govultr/v3 v3.9.1/go.mod h1:Rd8ebpXm7jxH3MDmhnEs+zrlYW212ouhx+HeUMfHm2o=
github.com/vultr/govultr/v3 v3.11.2 h1:F3QBuWb9mz3ZOecmVKm31dRAJ5f8fe279+dxZDpS64c=
github.com/vultr/govultr/v3 v3.11.2/go.mod h1:q34Wd76upKmf+vxFMgaNMH3A8BbsPBmSYZUGC8oZa5w=
github.com/vultr/govultr/v3 v3.15.0 h1:hvc5MqKr9FSYFdK0pAAq8ta/JvQiuYPv6x3LKuDUPDc=
github.com/vultr/govultr/v3 v3.15.0/go.mod h1:WO5RKj6HvR4KNXsnCW1+28ak2UofTNhFC5ytaS/kf78=
github.com/vultr/metadata v1.1.0 h1:RUjCnH5Mdlz7uuyfb1jOZNkU72zl/HwK76jLzVFdiOo=
github.com/vultr/metadata v1.1.0/go.mod h1:4yocaI6h2EFJzwN0m1KnnC/vDCx2axIqnyxmtF/LWoQ=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
Expand Down
33 changes: 33 additions & 0 deletions vendor/github.com/vultr/govultr/v3/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions vendor/github.com/vultr/govultr/v3/account.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/github.com/vultr/govultr/v3/billing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 18 additions & 17 deletions vendor/github.com/vultr/govultr/v3/database.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 34 additions & 32 deletions vendor/github.com/vultr/govultr/v3/govultr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2fce7e8

Please sign in to comment.