delve/vendor/github.com/google/go-dap
Hyang-Ah Hana Kim f74b7a6e39
all: update github.com/spf13/cobra to v1.1.3 (#2572)
This removes indirect dependencies from go.mod, and
includes the fix for the missing -help flag info.

The latest cobra release is v1.2.1. Given that there were
minor security-related dependency cleanup during v1.2 release,
I was tempted to pick up the latest version, but that caused
dependency updates in golang.org/x/sys and golang.org/x/tools
which may be too recent (golang.org/x/* follow the go's release
support policy, so recent versions may not be compatible with
go versions beyond go's official version support policy).

Verified that dlv still builds with go1.12.x.
(go1.12 is the oldest version of go that can build the latest delve already).

$ go get -d github.com/spf13/cobra@v1.1.3
$ go mod tidy
$ go mod vendor
$ go run _scripts/gen-usage-docs.go
2021-07-22 11:05:37 -07:00
..
.travis.yml go.mod: update google/go-dap to 0.4.0 (#2248) 2020-12-04 08:58:55 -08:00
codec.go go.mod: update google/go-dap to 0.5.0 (#2460) 2021-05-04 12:33:50 -07:00
doc.go all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00
go.mod service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
io.go go.mod: update google/go-dap to 0.5.0 (#2460) 2021-05-04 12:33:50 -07:00
LICENSE service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
README.md service/dap: Initial implementation for 'dlv dap' (#1858) 2020-02-15 11:52:53 -08:00
schematypes.go go.mod: update google/go-dap to 0.5.0 (#2460) 2021-05-04 12:33:50 -07:00

go-dap: Go implementation of the Debug Adapter Protocol

Build Status Go Report Card

For an overview of DAP, see https://microsoft.github.io/debug-adapter-protocol/overview

Contributing

We'd love to accept your patches and contributions to this project. See docs/contributing for more details.

License

This project is licensed under the Apache License 2.0

This is not an officially supported Google product.