From 57ce258ca4ad7535aec187ca9ab81d3a67a7c1f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:01:43 +0000 Subject: [PATCH] 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](https://github.com/hashicorp/go-slug/compare/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] --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index b6b07553..70d7c62d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/hashicorp/terraform-ls -go 1.24.0 +go 1.25 require ( github.com/algolia/algoliasearch-client-go/v3 v3.31.4 @@ -10,7 +10,7 @@ require ( github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-memdb v1.3.5 github.com/hashicorp/go-multierror v1.1.1 - github.com/hashicorp/go-slug v0.16.8 + github.com/hashicorp/go-slug v0.18.0 github.com/hashicorp/go-uuid v1.0.3 github.com/hashicorp/go-version v1.7.0 github.com/hashicorp/hc-install v0.9.2 diff --git a/go.sum b/go.sum index ddb22418..751803c1 100644 --- a/go.sum +++ b/go.sum @@ -104,8 +104,8 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU= github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk= -github.com/hashicorp/go-slug v0.16.8 h1:f4/sDZqRsxx006HrE6e9BE5xO9lWXydKhVoH6Kb0v1M= -github.com/hashicorp/go-slug v0.16.8/go.mod h1:hB4mUcVHl4RPu0205s0fwmB9i31MxQgeafGkko3FD+Y= +github.com/hashicorp/go-slug v0.18.0 h1:PInWGLemcAh4RxMJQg7HJR0mDOoiTgajpfHfevgnPww= +github.com/hashicorp/go-slug v0.18.0/go.mod h1:Zxkkl8/LfXmhxZO3fLXQUCy3MVXAJK9pybY8WoDPgvs= github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8= github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=