Skip to content

Commit e163262

Browse files
build(deps): bump github.com/digitalocean/godo from 1.197.0 to 1.198.0
Bumps [github.com/digitalocean/godo](https://github.com/digitalocean/godo) from 1.197.0 to 1.198.0. - [Release notes](https://github.com/digitalocean/godo/releases) - [Changelog](https://github.com/digitalocean/godo/blob/main/CHANGELOG.md) - [Commits](digitalocean/godo@v1.197.0...v1.198.0) --- updated-dependencies: - dependency-name: github.com/digitalocean/godo dependency-version: 1.198.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2cd9ecb commit e163262

8 files changed

Lines changed: 171 additions & 17 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/coreos/ignition/v2 v2.26.0
2424
github.com/coreos/ioprogress v0.0.0-20151023204047-4637e494fd9b
2525
github.com/coreos/pkg v0.0.0-20240122114842-bbd7aa9bf6fb
26-
github.com/digitalocean/godo v1.197.0
26+
github.com/digitalocean/godo v1.198.0
2727
github.com/flatcar/azure-vhd-utils v0.0.0-20240612122125-a90d3151f166
2828
github.com/flatcar/container-linux-config-transpiler v0.9.4
2929
github.com/flatcar/coreos-cloudinit v1.14.1-0.20240223132627-a7bc5f0050ab

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8Yc
120120
github.com/decred/dcrd/crypto/blake256 v1.0.1/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo=
121121
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs=
122122
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
123-
github.com/digitalocean/godo v1.197.0 h1:9n0i/E+iX7BWFyWqNyNhBoxFPwfBEIe3rhnDFxK/lvs=
124-
github.com/digitalocean/godo v1.197.0/go.mod h1:xQsWpVCCbkDrWisHA72hPzPlnC+4W5w/McZY5ij9uvU=
123+
github.com/digitalocean/godo v1.198.0 h1:jylPVf1efxpOZnTOSc3K4a+Qse9pTl/AHu+GExthMNw=
124+
github.com/digitalocean/godo v1.198.0/go.mod h1:xQsWpVCCbkDrWisHA72hPzPlnC+4W5w/McZY5ij9uvU=
125125
github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=
126126
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
127127
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=

vendor/github.com/digitalocean/godo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/digitalocean/godo/databases.go

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/digitalocean/godo/godo.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/digitalocean/godo/gradientai.go

Lines changed: 120 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/digitalocean/godo/vpc_nat_gateways.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ github.com/davecgh/go-spew/spew
361361
# github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
362362
## explicit; go 1.17
363363
github.com/decred/dcrd/dcrec/secp256k1/v4
364-
# github.com/digitalocean/godo v1.197.0
364+
# github.com/digitalocean/godo v1.198.0
365365
## explicit; go 1.23.0
366366
github.com/digitalocean/godo
367367
github.com/digitalocean/godo/metrics

0 commit comments

Comments
 (0)