2019-01-04 19:00:43 +00:00
|
|
|
module github.com/go-delve/delve
|
2018-11-06 19:52:30 +00:00
|
|
|
|
2023-08-30 17:22:08 +00:00
|
|
|
go 1.17
|
2019-07-17 22:51:39 +00:00
|
|
|
|
2018-11-06 19:52:30 +00:00
|
|
|
require (
|
2023-08-30 17:22:08 +00:00
|
|
|
github.com/cilium/ebpf v0.11.0
|
2020-06-24 17:00:37 +00:00
|
|
|
github.com/cosiner/argv v0.1.0
|
2023-11-04 16:07:55 +00:00
|
|
|
github.com/creack/pty v1.1.20
|
|
|
|
github.com/derekparker/trie v0.0.0-20230829180723-39f4de51ef7d
|
2022-06-02 15:56:28 +00:00
|
|
|
github.com/go-delve/liner v1.2.3-0.20220127212407-d32d89dd2a5d
|
2023-11-04 16:07:55 +00:00
|
|
|
github.com/google/go-dap v0.11.0
|
|
|
|
github.com/hashicorp/golang-lru v1.0.2
|
|
|
|
github.com/mattn/go-colorable v0.1.13
|
|
|
|
github.com/mattn/go-isatty v0.0.20
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/spf13/cobra v1.7.0
|
2023-08-30 17:22:08 +00:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-11-04 16:07:55 +00:00
|
|
|
go.starlark.net v0.0.0-20231101134539-556fd59b42f6
|
|
|
|
golang.org/x/arch v0.5.0
|
|
|
|
golang.org/x/sys v0.13.0
|
|
|
|
golang.org/x/tools v0.14.0
|
2021-07-22 18:05:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-11-06 19:52:30 +00:00
|
|
|
)
|
2023-08-30 17:22:08 +00:00
|
|
|
|
|
|
|
require (
|
2023-11-04 16:07:55 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-08-30 17:22:08 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2023-11-04 16:07:55 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-08-30 17:22:08 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
|
2023-11-04 16:07:55 +00:00
|
|
|
golang.org/x/mod v0.13.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-08-30 17:22:08 +00:00
|
|
|
)
|