@@ -20,10 +20,6 @@ replace github.com/fergusstrange/embedded-postgres => github.com/kylecarbs/embed
20
20
// opencensus-go leaks a goroutine by default.
21
21
replace go.opencensus.io => github.com/kylecarbs/opencensus-go v0.23.1-0.20220307014935-4d0325a68f8b
22
22
23
- // These are to allow embedding the cloudflared quick-tunnel CLI.
24
- // Required until https://github.com/cloudflare/cloudflared/pull/597 is merged.
25
- replace github.com/cloudflare/cloudflared => github.com/kylecarbs/cloudflared v0.0.0-20220323202451-083379ce31c3
26
-
27
23
replace github.com/urfave/cli/v2 => github.com/ipostelnik/cli/v2 v2.3.1-0.20210324024421-b6ea8234fe3d
28
24
29
25
replace github.com/rivo/tview => github.com/kylecarbs/tview v0.0.0-20220309202238-8464256e10a1
@@ -39,9 +35,6 @@ replace github.com/fatedier/kcp-go => github.com/coder/kcp-go v2.0.4-0.202204091
39
35
// https://github.com/pion/udp/pull/73
40
36
replace github.com/pion/udp => github.com/mafredri/udp v0.1.2-0.20220805105907-b2872e92e98d
41
37
42
- // https://github.com/hashicorp/hc-dinstall/pull/68
43
- replace github.com/hashicorp/hc-install => github.com/mafredri/hc-install v0.4.1-0.20220727132613-e91868e28445
44
-
45
38
// https://github.com/tcnksm/go-httpstat/pull/29
46
39
replace github.com/tcnksm/go-httpstat => github.com/kylecarbs/go-httpstat v0.0.0-20220831233600-c91452099472
47
40
@@ -99,7 +92,7 @@ require (
99
92
github.com/google/uuid v1.3.0
100
93
github.com/hashicorp/go-reap v0.0.0-20170704170343-bf58d8a43e7b
101
94
github.com/hashicorp/go-version v1.6.0
102
- github.com/hashicorp/hc-install v0.4.0
95
+ github.com/hashicorp/hc-install v0.4.1-0.20220912074615-4487b02cbcbb
103
96
github.com/hashicorp/hcl/v2 v2.14.0
104
97
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
105
98
github.com/hashicorp/terraform-json v0.14.0
@@ -209,7 +202,7 @@ require (
209
202
github.com/gogo/protobuf v1.3.2 // indirect
210
203
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
211
204
github.com/google/btree v1.0.1 // indirect
212
- github.com/google/go-cmp v0.5.8 // indirect
205
+ github.com/google/go-cmp v0.5.9 // indirect
213
206
github.com/google/go-querystring v1.1.0 // indirect
214
207
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
215
208
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
@@ -295,7 +288,7 @@ require (
295
288
google.golang.org/appengine v1.6.7 // indirect
296
289
google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
297
290
google.golang.org/grpc v1.49.0 // indirect
298
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
291
+ gopkg.in/square/go-jose.v2 v2.6.0
299
292
gopkg.in/yaml.v2 v2.4.0 // indirect
300
293
howett.net/plist v1.0.0 // indirect
301
294
)
0 commit comments