Skip to content

Commit 8dfba1f

Browse files
Bump github.com/gridscale/gsclient-go/v3 from 3.14.2 to 3.16.0
Bumps [github.com/gridscale/gsclient-go/v3](https://github.com/gridscale/gsclient-go) from 3.14.2 to 3.16.0. - [Release notes](https://github.com/gridscale/gsclient-go/releases) - [Changelog](https://github.com/gridscale/gsclient-go/blob/master/CHANGELOG.md) - [Commits](gridscale/gsclient-go@v3.14.2...v3.16.0) --- updated-dependencies: - dependency-name: github.com/gridscale/gsclient-go/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cf1de8 commit 8dfba1f

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21.0
55
toolchain go1.21.5
66

77
require (
8-
github.com/gridscale/gsclient-go/v3 v3.14.2
8+
github.com/gridscale/gsclient-go/v3 v3.16.0
99
github.com/hashicorp/hcl/v2 v2.19.1
1010
github.com/hashicorp/packer-plugin-sdk v0.5.4
1111
github.com/mitchellh/go-vnc v0.0.0-20150629162542-723ed9867aed

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ github.com/googleapis/enterprise-certificate-proxy v0.3.2 h1:Vie5ybvEvT75RniqhfF
130130
github.com/googleapis/enterprise-certificate-proxy v0.3.2/go.mod h1:VLSiSSBs/ksPL8kq3OBOQ6WRI2QnaFynd1DCjZ62+V0=
131131
github.com/googleapis/gax-go/v2 v2.12.0 h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=
132132
github.com/googleapis/gax-go/v2 v2.12.0/go.mod h1:y+aIqrI5eb1YGMVJfuV3185Ts/D7qKpsEkdD5+I6QGU=
133-
github.com/gridscale/gsclient-go/v3 v3.14.2 h1:0Vlj1UNeeM46zcKBnqmCt8Z6INUUiGiYL8Z4hIeJ5TY=
134-
github.com/gridscale/gsclient-go/v3 v3.14.2/go.mod h1:B/xAA91QRonCLb+ScJix4ODj6wHWaDpPwvFHQD2KqsM=
133+
github.com/gridscale/gsclient-go/v3 v3.16.0 h1:NroV9q8QQn6KIwu4d7qXkvf3Z5YCKtR3rEcYeL9W6+4=
134+
github.com/gridscale/gsclient-go/v3 v3.16.0/go.mod h1:B/xAA91QRonCLb+ScJix4ODj6wHWaDpPwvFHQD2KqsM=
135135
github.com/hashicorp/consul/api v1.25.1 h1:CqrdhYzc8XZuPnhIYZWH45toM0LB9ZeYr/gvpLVI3PE=
136136
github.com/hashicorp/consul/api v1.25.1/go.mod h1:iiLVwR/htV7mas/sy0O+XSuEnrdBUUydemjxcUrAt4g=
137137
github.com/hashicorp/consul/sdk v0.14.1 h1:ZiwE2bKb+zro68sWzZ1SgHF3kRMBZ94TwOCFRF4ylPs=

vendor/github.com/gridscale/gsclient-go/v3/CHANGELOG.md

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

vendor/github.com/gridscale/gsclient-go/v3/config.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/gridscale/gsclient-go/v3/paas.go

Lines changed: 15 additions & 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
@@ -176,7 +176,7 @@ github.com/googleapis/gax-go/v2/apierror
176176
github.com/googleapis/gax-go/v2/apierror/internal/proto
177177
github.com/googleapis/gax-go/v2/callctx
178178
github.com/googleapis/gax-go/v2/internal
179-
# github.com/gridscale/gsclient-go/v3 v3.14.2
179+
# github.com/gridscale/gsclient-go/v3 v3.16.0
180180
## explicit; go 1.21
181181
github.com/gridscale/gsclient-go/v3
182182
# github.com/hashicorp/consul/api v1.25.1

0 commit comments

Comments
 (0)