Skip to content

Commit 797d0ae

Browse files
Bump github.com/hashicorp/go-slug from 0.16.4 to 0.16.5 (#1647)
* Bump github.com/hashicorp/go-slug from 0.16.4 to 0.16.5 Bumps [github.com/hashicorp/go-slug](https://github.com/hashicorp/go-slug) from 0.16.4 to 0.16.5. - [Release notes](https://github.com/hashicorp/go-slug/releases) - [Commits](hashicorp/go-slug@v0.16.4...v0.16.5) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-slug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: upgrade to go 1.24 * temporarily disable cache * update golangci-lint to v1.64.8 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Trombley <[email protected]>
1 parent e56310b commit 797d0ae

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/actions/lint-provider-tfe/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/c1149695535fda62f6b574bc55dfbc333693647e/install.sh | sh -s -- -b $(go env GOPATH)/bin $GOLANGCILINT_VERSION
2525
shell: bash
2626
env:
27-
GOLANGCILINT_VERSION: v1.63.4
27+
GOLANGCILINT_VERSION: v1.64.8
2828

2929
- run: make lint
3030
shell: bash

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module github.com/hashicorp/terraform-provider-tfe
22

3-
go 1.23.0
3+
go 1.24
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/agext/levenshtein v1.2.3 // indirect
@@ -11,7 +13,7 @@ require (
1113
github.com/hashicorp/go-hclog v1.6.3 // indirect
1214
github.com/hashicorp/go-multierror v1.1.1 // indirect
1315
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
14-
github.com/hashicorp/go-slug v0.16.4
16+
github.com/hashicorp/go-slug v0.16.5
1517
github.com/hashicorp/go-tfe v1.75.0
1618
github.com/hashicorp/go-version v1.7.0
1719
github.com/hashicorp/hcl v1.0.0
@@ -77,7 +79,7 @@ require (
7779
github.com/pmezard/go-difflib v1.0.0 // indirect
7880
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7981
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
80-
golang.org/x/mod v0.22.0 // indirect
82+
golang.org/x/mod v0.24.0 // indirect
8183
golang.org/x/sync v0.12.0 // indirect
8284
golang.org/x/tools v0.29.0 // indirect
8385
google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ github.com/hashicorp/go-plugin v1.6.3 h1:xgHB+ZUSYeuJi96WtxEjzi23uh7YQpznjGh0U0U
7070
github.com/hashicorp/go-plugin v1.6.3/go.mod h1:MRobyh+Wc/nYy1V4KAXUiYfzxoYhs7V1mlH1Z7iY2h0=
7171
github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
7272
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
73-
github.com/hashicorp/go-slug v0.16.4 h1:kI0mOUVjbBsyocwO29pZIQzzkBnfQNdU4eqlUpNdNVA=
74-
github.com/hashicorp/go-slug v0.16.4/go.mod h1:THWVTAXwJEinbsp4/bBRcmbaO5EYNLTqxbG4tZ3gCYQ=
73+
github.com/hashicorp/go-slug v0.16.5 h1:L3frr/NptQ9/HLlIWoTmv4tx3Lh+Gx0o5XINGet3cN0=
74+
github.com/hashicorp/go-slug v0.16.5/go.mod h1:X5fm++dL59cDOX8j48CqHr4KARTQau7isGh0ZVxJB5I=
7575
github.com/hashicorp/go-tfe v1.75.0 h1:7dixINN0rOmNo4Vpe/6aVCbF0j4bQpSVzw64CSLBTe8=
7676
github.com/hashicorp/go-tfe v1.75.0/go.mod h1:IyJtCSk6TxidVAWcZeEgFzc/6fDDjinf21wyaBBc2mg=
7777
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
@@ -191,8 +191,8 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
191191
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
192192
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
193193
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
194-
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
195-
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
194+
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
195+
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
196196
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
197197
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
198198
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=

0 commit comments

Comments
 (0)