@@ -72,7 +72,7 @@ require (
72
72
// which breaks most of our CLI golden files tests.
73
73
github.com/charmbracelet/lipgloss v0.7.1
74
74
github.com/cli/safeexec v1.0.1
75
- github.com/codeclysm/extract v2.2.0+incompatible
75
+ github.com/codeclysm/extract/v3 v3.1.1
76
76
github.com/coder/flog v1.1.0
77
77
github.com/coder/retry v1.4.0
78
78
github.com/coder/terraform-provider-coder v0.11.0
@@ -110,7 +110,6 @@ require (
110
110
github.com/hashicorp/go-version v1.6.0
111
111
github.com/hashicorp/golang-lru/v2 v2.0.1
112
112
github.com/hashicorp/hc-install v0.5.2
113
- github.com/hashicorp/hcl/v2 v2.17.0 // indirect
114
113
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
115
114
github.com/hashicorp/terraform-json v0.17.0
116
115
github.com/hashicorp/yamux v0.1.1
@@ -126,7 +125,6 @@ require (
126
125
github.com/mitchellh/go-wordwrap v1.0.1
127
126
github.com/mitchellh/mapstructure v1.5.0
128
127
github.com/moby/moby v24.0.1+incompatible
129
- github.com/muesli/reflow v0.3.0 // indirect
130
128
github.com/open-policy-agent/opa v0.51.0
131
129
github.com/ory/dockertest/v3 v3.10.0
132
130
github.com/pion/udp v0.1.2
@@ -203,6 +201,7 @@ require (
203
201
github.com/aymerick/douceur v0.2.0 // indirect
204
202
github.com/beorn7/perks v1.0.1 // indirect
205
203
github.com/bep/godartsass v1.2.0 // indirect
204
+ github.com/bep/godartsass/v2 v2.0.0 // indirect
206
205
github.com/bep/golibsass v1.1.1 // indirect
207
206
github.com/cespare/xxhash/v2 v2.2.0 // indirect
208
207
github.com/charmbracelet/bubbles v0.15.0 // indirect
@@ -257,6 +256,7 @@ require (
257
256
github.com/hashicorp/go-multierror v1.1.1
258
257
github.com/hashicorp/go-uuid v1.0.3 // indirect
259
258
github.com/hashicorp/hcl v1.0.0 // indirect
259
+ github.com/hashicorp/hcl/v2 v2.17.0 // indirect
260
260
github.com/hashicorp/logutils v1.0.0 // indirect
261
261
github.com/hashicorp/terraform-plugin-go v0.12.0 // indirect
262
262
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
@@ -294,6 +294,7 @@ require (
294
294
github.com/moby/term v0.5.0 // indirect
295
295
github.com/muesli/ansi v0.0.0-20221106050444-61f0cd9a192a // indirect
296
296
github.com/muesli/cancelreader v0.2.2 // indirect
297
+ github.com/muesli/reflow v0.3.0 // indirect
297
298
github.com/muesli/termenv v0.15.1
298
299
github.com/niklasfasching/go-org v1.7.0 // indirect
299
300
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
@@ -323,6 +324,7 @@ require (
323
324
github.com/tdewolff/parse/v2 v2.6.6 // indirect
324
325
github.com/tdewolff/test v1.0.9 // indirect
325
326
github.com/u-root/uio v0.0.0-20221213070652-c3537552635f // indirect
327
+ github.com/ulikunitz/xz v0.5.11 // indirect
326
328
github.com/vishvananda/netlink v1.1.1-0.20211118161826-650dca95af54 // indirect
327
329
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
328
330
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
@@ -357,5 +359,3 @@ require (
357
359
howett.net/plist v1.0.0 // indirect
358
360
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect
359
361
)
360
-
361
- require github.com/bep/godartsass/v2 v2.0.0 // indirect
0 commit comments