Skip to content

Commit b57fd89

Browse files
chore(deps): update module github.com/hashicorp/hcl to v2
1 parent 82c57cb commit b57fd89

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ require (
9999
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
100100
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
101101
github.com/hashicorp/go-version v1.7.0 // indirect
102-
github.com/hashicorp/hcl v1.0.0 // indirect
102+
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
103103
github.com/hexops/gotextdiff v1.0.3 // indirect
104104
github.com/inconshreveable/mousetrap v1.1.0 // indirect
105105
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect

internal/tools/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKe
215215
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
216216
github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=
217217
github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
218+
github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
218219
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
219220
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
220221
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=

0 commit comments

Comments
 (0)