File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ replace github.com/hashicorp/terraform-config-inspect => github.com/kylecarbs/te
14
14
// Required until https://github.com/chzyer/readline/pull/198 is merged.
15
15
replace github.com/chzyer/readline => github.com/kylecarbs/readline v0.0.0-20220211054233-0d62993714c8
16
16
17
+ // Required until https://github.com/nhooyr/websocket/pull/329 is merged.
18
+ replace nhooyr.io/websocket => github.com/kylecarbs/websocket v1.8.8-0.20220220194814-f19c4f4a5536
19
+
17
20
require (
18
21
cdr.dev/slog v1.4.1
19
22
github.com/briandowns/spinner v1.18.1
Original file line number Diff line number Diff line change @@ -850,6 +850,8 @@ github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88
850
850
github.com/kylecarbs/terraform-config-inspect v0.0.0-20211215004401-bbc517866b88 /go.mod h1:Z0Nnk4+3Cy89smEbrq+sl1bxc9198gIP4I7wcQF6Kqs =
851
851
github.com/kylecarbs/terraform-exec v0.15.1-0.20220202050609-a1ce7181b180 h1:yafC0pmxjs18fnO5RdKFLSItJIjYwGfSHTfcUvlZb3E =
852
852
github.com/kylecarbs/terraform-exec v0.15.1-0.20220202050609-a1ce7181b180 /go.mod h1:lRENyXw1BL5V0FCCE8lsW3XoVLRLnxM54jrlYSyXpvM =
853
+ github.com/kylecarbs/websocket v1.8.8-0.20220220194814-f19c4f4a5536 h1:u/VciGSMTnTYq/NJet0wtU05o9xlSMFDJuYIXPL+gso =
854
+ github.com/kylecarbs/websocket v1.8.8-0.20220220194814-f19c4f4a5536 /go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0 =
853
855
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 /go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k =
854
856
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
855
857
github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
@@ -1981,8 +1983,6 @@ modernc.org/token v1.0.0/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM=
1981
1983
modernc.org/z v1.0.1-0.20210308123920-1f282aa71362 /go.mod h1:8/SRk5C/HgiQWCgXdfpb+1RvhORdkz5sw72d3jjtyqA =
1982
1984
modernc.org/z v1.0.1 /go.mod h1:8/SRk5C/HgiQWCgXdfpb+1RvhORdkz5sw72d3jjtyqA =
1983
1985
modernc.org/zappy v1.0.0 /go.mod h1:hHe+oGahLVII/aTTyWK/b53VDHMAGCBYYeZ9sn83HC4 =
1984
- nhooyr.io/websocket v1.8.7 h1:usjR2uOr/zjjkVMy0lW+PPohFok7PCow5sDjLgX4P4g =
1985
- nhooyr.io/websocket v1.8.7 /go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0 =
1986
1986
rsc.io/binaryregexp v0.2.0 /go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8 =
1987
1987
rsc.io/pdf v0.1.1 /go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4 =
1988
1988
rsc.io/quote/v3 v3.1.0 /go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0 =
You can’t perform that action at this time.
0 commit comments