Skip to content

Commit 47384d8

Browse files
fix(deps): update github.com/hashicorp/terraform-config-inspect digest to efaa306 in go.mod (main) (#5357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58e3e99 commit 47384d8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

go.mod

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0
1111
github.com/briandowns/spinner v1.23.1
1212
github.com/cactus/go-statsd-client/v5 v5.1.0
13+
github.com/drmaxgit/go-azuredevops v0.13.1
1314
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
1415
github.com/go-playground/validator/v10 v10.23.0
1516
github.com/go-test/deep v1.1.1
@@ -24,10 +25,9 @@ require (
2425
github.com/hashicorp/go-version v1.7.0
2526
github.com/hashicorp/golang-lru/v2 v2.0.7
2627
github.com/hashicorp/hc-install v0.9.1
27-
github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6
28+
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4
2829
github.com/jpillora/backoff v1.0.0
2930
github.com/kr/pretty v0.3.1
30-
github.com/drmaxgit/go-azuredevops v0.13.1
3131
github.com/microcosm-cc/bluemonday v1.0.27
3232
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
3333
github.com/mitchellh/go-homedir v1.1.0
@@ -108,6 +108,7 @@ require (
108108
github.com/mattn/go-colorable v0.1.13 // indirect
109109
github.com/mattn/go-isatty v0.0.20 // indirect
110110
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
111+
github.com/mcdafydd/go-azuredevops v0.12.1 // indirect
111112
github.com/mitchellh/copystructure v1.2.0 // indirect
112113
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
113114
github.com/mitchellh/go-wordwrap v1.0.1 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
280280
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
281281
github.com/hashicorp/hcl/v2 v2.23.0 h1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos=
282282
github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
283-
github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 h1:146llE+6P/9YO8RcHRehzGNiS9+OoirKW9/aML6/JIA=
284-
github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6/go.mod h1:Gz/z9Hbn+4KSp8A2FBtNszfLSdT2Tn/uAKGuVqqWmDI=
283+
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4 h1:6zYoI+NGpRPo0UjbnJfmqqTFcTEKvbv77h0ZcgeLXJs=
284+
github.com/hashicorp/terraform-config-inspect v0.0.0-20250203082807-efaa306e97b4/go.mod h1:Gz/z9Hbn+4KSp8A2FBtNszfLSdT2Tn/uAKGuVqqWmDI=
285285
github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=
286286
github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
287287
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=

0 commit comments

Comments
 (0)