delve/pkg/terminal
Hyang-Ah Hana Kim cec23c0aa1
go.mod: require go-delve/liner instead of peterh/liner (#2905)
Use of `replace` in go.mod breaks delve installation using
`go install`. (see https://github.com/golang/go/issues/40276)
Workaround this limitation by explicitly require the fork
github.com/go-delve/liner.

go-delve/liner@v1.2.2-1 already has go.mod module name fixed
to be github.com/go-delve/liner.

Fixes go-delve/delve#2904
2022-02-14 18:42:43 +01:00
..
colorize terminal/colorize: avoid print multiple package by accidently ast.Node startPos==token.NoPos (#2898) 2022-02-10 09:50:31 -08:00
starbind go.mod: require go-delve/liner instead of peterh/liner (#2905) 2022-02-14 18:42:43 +01:00
command_test.go terminal: add transcript command (#2814) 2022-01-27 13:18:25 -08:00
command.go Implement source listing from debuginfo (#2885) 2022-01-30 13:39:30 -08:00
config.go service/dap: add config expressions to evaluate requests (#2750) 2021-10-29 19:35:13 -07:00
disasmprint.go *: un-export unnecessarily public symbols 2020-03-31 14:47:29 -07:00
docgen.go terminal: divide commands into categories 2020-03-09 10:11:21 -07:00
groups.go terminal: divide commands into categories 2020-03-09 10:11:21 -07:00
starlark_test.go *: Skipped tests review (#2430) 2021-04-12 14:56:12 -07:00
starlark.go *: Fix go vet complaints (#1935) 2020-03-18 09:25:32 -07:00
terminal_other.go fmt code (#2826) 2021-12-13 10:25:23 -08:00
terminal_test.go terminal: prompt to kill remote if process exited (#1621) 2019-07-17 15:54:15 -07:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go go.mod: require go-delve/liner instead of peterh/liner (#2905) 2022-02-14 18:42:43 +01:00