Skip to content

Commit 367fed2

Browse files
build(deps): bump github.com/hashicorp/go-slug from 0.16.6 to 0.16.7 (#1991)
Bumps [github.com/hashicorp/go-slug](https://github.com/hashicorp/go-slug) from 0.16.6 to 0.16.7. - [Release notes](https://github.com/hashicorp/go-slug/releases) - [Changelog](https://github.com/hashicorp/go-slug/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-slug@v0.16.6...v0.16.7) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-slug dependency-version: 0.16.7 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 f44503e commit 367fed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/hashicorp/go-cleanhttp v0.5.2
1111
github.com/hashicorp/go-memdb v1.3.5
1212
github.com/hashicorp/go-multierror v1.1.1
13-
github.com/hashicorp/go-slug v0.16.6
13+
github.com/hashicorp/go-slug v0.16.7
1414
github.com/hashicorp/go-uuid v1.0.3
1515
github.com/hashicorp/go-version v1.7.0
1616
github.com/hashicorp/hc-install v0.9.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l
104104
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
105105
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
106106
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
107-
github.com/hashicorp/go-slug v0.16.6 h1:PGl0u53eav9Qv7VR5UTcHT4NHsHjaAN8o4CJWaOxthg=
108-
github.com/hashicorp/go-slug v0.16.6/go.mod h1:X5fm++dL59cDOX8j48CqHr4KARTQau7isGh0ZVxJB5I=
107+
github.com/hashicorp/go-slug v0.16.7 h1:sBW8y1sX+JKOZKu9a+DQZuWDVaX+U9KFnk6+VDQvKcw=
108+
github.com/hashicorp/go-slug v0.16.7/go.mod h1:X5fm++dL59cDOX8j48CqHr4KARTQau7isGh0ZVxJB5I=
109109
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
110110
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
111111
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=

0 commit comments

Comments
 (0)