
* pkg/terminal: support ctrlz for shell job control This required forking peterh/liner under the go-delve org and using that instead since upstream is not open to supporting this feature. Fixes #2157 * Update liner * Update liner but correctly this time * upgrade golang.org/x/tools to 0.1.9
7 lines
137 B
Modula-2
7 lines
137 B
Modula-2
module github.com/go-delve/liner
|
|
|
|
require (
|
|
github.com/mattn/go-runewidth v0.0.3
|
|
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
|
|
)
|