2019-01-04 19:00:43 +00:00
|
|
|
module github.com/go-delve/delve
|
2018-11-06 19:52:30 +00:00
|
|
|
|
2020-01-13 19:21:41 +00:00
|
|
|
go 1.11
|
2019-07-17 22:51:39 +00:00
|
|
|
|
2018-11-06 19:52:30 +00:00
|
|
|
require (
|
2020-06-24 17:00:37 +00:00
|
|
|
github.com/cosiner/argv v0.1.0
|
2020-03-18 22:45:29 +00:00
|
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
2020-04-04 22:19:35 +00:00
|
|
|
github.com/creack/pty v1.1.9
|
2021-05-04 19:33:50 +00:00
|
|
|
github.com/google/go-dap v0.5.0
|
2020-03-20 17:23:10 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2018-11-20 15:13:09 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2018-11-06 19:52:30 +00:00
|
|
|
github.com/mattn/go-colorable v0.0.0-20170327083344-ded68f7a9561
|
|
|
|
github.com/mattn/go-isatty v0.0.3
|
|
|
|
github.com/peterh/liner v0.0.0-20170317030525-88609521dc4b
|
2020-05-11 22:44:01 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2018-11-06 19:52:30 +00:00
|
|
|
github.com/spf13/cobra v0.0.0-20170417170307-b6cb39589372
|
2018-11-20 15:13:09 +00:00
|
|
|
github.com/spf13/pflag v0.0.0-20170417173400-9e4c21054fa1 // 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
|
2020-08-24 20:36:12 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
2019-11-28 08:19:04 +00:00
|
|
|
golang.org/x/tools v0.0.0-20191127201027-ecd32218bd7f
|
2019-07-30 15:38:25 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.1
|
2018-11-06 19:52:30 +00:00
|
|
|
)
|