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
|
2021-08-05 17:55:27 +00:00
|
|
|
github.com/derekparker/trie v0.0.0-20200317170641-1fdf38b7b0e9
|
2021-09-23 04:26:40 +00:00
|
|
|
github.com/google/go-dap v0.6.0
|
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
|
2021-09-23 04:15:02 +00:00
|
|
|
github.com/peterh/liner v1.2.1
|
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
|
2021-11-03 15:58:04 +00:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2020-08-24 20:36:12 +00:00
|
|
|
go.starlark.net v0.0.0-20200821142938-949cc6f4b097
|
2019-10-25 13:22:33 +00:00
|
|
|
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4
|
2021-10-30 18:52:26 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
|
|
|
|
golang.org/x/tools v0.1.8-0.20211028023602-8de2a7fd1736
|
2021-07-22 18:05:37 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-11-06 19:52:30 +00:00
|
|
|
)
|