Skip to content

Commit dea3cae

Browse files
build(deps): bump github.com/hashicorp/go-slug from 0.16.8 to 0.18.0
Bumps [github.com/hashicorp/go-slug](https://github.com/hashicorp/go-slug) from 0.16.8 to 0.18.0. - [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.8...v0.18.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-slug dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dd90e4 commit dea3cae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/terraform-ls
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/algolia/algoliasearch-client-go/v3 v3.31.4
@@ -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.8
13+
github.com/hashicorp/go-slug v0.18.0
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.8 h1:f4/sDZqRsxx006HrE6e9BE5xO9lWXydKhVoH6Kb0v1M=
108-
github.com/hashicorp/go-slug v0.16.8/go.mod h1:hB4mUcVHl4RPu0205s0fwmB9i31MxQgeafGkko3FD+Y=
107+
github.com/hashicorp/go-slug v0.18.0 h1:PInWGLemcAh4RxMJQg7HJR0mDOoiTgajpfHfevgnPww=
108+
github.com/hashicorp/go-slug v0.18.0/go.mod h1:Zxkkl8/LfXmhxZO3fLXQUCy3MVXAJK9pybY8WoDPgvs=
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)