2019-01-04 19:00:43 +00:00
|
|
|
module github.com/go-delve/delve
|
2018-11-06 19:52:30 +00:00
|
|
|
|
2021-07-31 15:16:26 +00:00
|
|
|
go 1.16
|
2019-07-17 22:51:39 +00:00
|
|
|
|
2018-11-06 19:52:30 +00:00
|
|
|
require (
|
2021-11-03 15:58:04 +00:00
|
|
|
github.com/cilium/ebpf v0.7.0
|
2020-06-24 17:00:37 +00:00
|
|
|
github.com/cosiner/argv v0.1.0
|
2020-04-04 22:19:35 +00:00
|
|
|
github.com/creack/pty v1.1.9
|
2022-12-14 06:36:07 +00:00
|
|
|
github.com/derekparker/trie v0.0.0-20221213183930-4c74548207f4
|
2022-06-02 15:56:28 +00:00
|
|
|
github.com/go-delve/liner v1.2.3-0.20220127212407-d32d89dd2a5d
|
2023-06-12 21:29:44 +00:00
|
|
|
github.com/google/go-dap v0.9.1
|
2020-03-20 17:23:10 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2021-07-22 18:05:37 +00:00
|
|
|
github.com/mattn/go-colorable v0.0.9
|
2018-11-06 19:52:30 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.3
|
2022-02-14 17:42:43 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
2020-05-11 22:44:01 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2021-07-22 18:05:37 +00:00
|
|
|
github.com/spf13/cobra v1.1.3
|
2023-08-09 17:37:55 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2021-11-03 15:58:04 +00:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2022-08-22 19:46:26 +00:00
|
|
|
go.starlark.net v0.0.0-20220816155156-cfacd8902214
|
2019-10-25 13:22:33 +00:00
|
|
|
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
|
2022-09-20 18:45:50 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220908164124-27713097b956
|
2022-12-05 17:02:22 +00:00
|
|
|
golang.org/x/tools v0.1.12
|
2021-07-22 18:05:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-11-06 19:52:30 +00:00
|
|
|
)
|