delve/vendor/github.com
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
..
cosiner/argv Update cosiner/argv to v0.1.0 (#2088) 2020-06-24 10:00:37 -07:00
cpuguy83/go-md2man/v2 all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00
creack/pty vendor: Update vendor 2020-04-10 09:53:13 -07:00
google/go-dap all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00
hashicorp/golang-lru vendor: Update vendor 2020-04-10 09:53:13 -07:00
inconshreveable/mousetrap tests: fix typecheckrpc.go and convert it to a test 2019-01-07 11:47:49 -08:00
konsorten/go-windows-terminal-sequences vendor: update logrus dependency (#2048) 2020-05-11 15:44:01 -07:00
mattn all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00
peterh/liner tests: fix typecheckrpc.go and convert it to a test 2019-01-07 11:47:49 -08:00
russross/blackfriday/v2 all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00
shurcooL/sanitized_anchor_name all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00
sirupsen/logrus vendor: update logrus dependency (#2048) 2020-05-11 15:44:01 -07:00
spf13 all: update github.com/spf13/cobra to v1.1.3 (#2572) 2021-07-22 11:05:37 -07:00