Skip to content

Commit fdf7937

Browse files
Bump github.com/vultr/govultr/v2 from 2.14.0 to 2.14.1 (#232)
Bumps [github.com/vultr/govultr/v2](https://github.com/vultr/govultr) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/vultr/govultr/releases) - [Changelog](https://github.com/vultr/govultr/blob/master/CHANGELOG.md) - [Commits](vultr/govultr@v2.14.0...v2.14.1) --- updated-dependencies: - dependency-name: github.com/vultr/govultr/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 83ae409 commit fdf7937

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ go 1.16
55
require (
66
github.com/spf13/cobra v1.3.0
77
github.com/spf13/viper v1.10.1
8-
github.com/vultr/govultr/v2 v2.14.0
8+
github.com/vultr/govultr/v2 v2.14.1
99
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
1010
)

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
348348
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
349349
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
350350
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
351-
github.com/vultr/govultr/v2 v2.14.0 h1:A1iThmqkZwn4PRwBbnDmrgDzGdEyiQmbVtR9u3zA3ZU=
352-
github.com/vultr/govultr/v2 v2.14.0/go.mod h1:JjUljQdSZx+MELCAJvZ/JH32bJotmflnsyS0NOjb8Jg=
351+
github.com/vultr/govultr/v2 v2.14.1 h1:Z4nd9mXNQ5wd63aw0MZOalFeTkJ8L6Sed3PTqagp4TA=
352+
github.com/vultr/govultr/v2 v2.14.1/go.mod h1:JjUljQdSZx+MELCAJvZ/JH32bJotmflnsyS0NOjb8Jg=
353353
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
354354
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
355355
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

vendor/github.com/vultr/govultr/v2/CHANGELOG.md

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/vultr/govultr/v2/govultr.go

+7-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ github.com/spf13/viper/internal/encoding/toml
4949
github.com/spf13/viper/internal/encoding/yaml
5050
# github.com/subosito/gotenv v1.2.0
5151
github.com/subosito/gotenv
52-
# github.com/vultr/govultr/v2 v2.14.0
52+
# github.com/vultr/govultr/v2 v2.14.1
5353
## explicit
5454
github.com/vultr/govultr/v2
5555
# golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d

0 commit comments

Comments
 (0)