diff options
| author | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:48:32 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2025-11-04 13:53:45 -0800 |
| commit | 6be6c2d10b6d4e30787038910ce9fd2ce70723b8 (patch) | |
| tree | 096e0fab52f0dab62c9942b37dbdb77e0a1c297b /go.mod | |
| parent | f0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c (diff) | |
Upgrade github.com/urfave/cli
Ran the following commands, using Go 1.23.12:
go get github.com/urfave/cli
go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ toolchain go1.23.12 require ( github.com/client9/misspell v0.3.4 github.com/pkg/errors v0.9.1 - github.com/urfave/cli v1.22.14 + github.com/urfave/cli v1.22.17 github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad golang.org/x/crypto v0.41.0 golang.org/x/sys v0.35.0 @@ -18,8 +18,8 @@ require ( ) require ( - github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect + github.com/BurntSushi/toml v1.5.0 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect golang.org/x/mod v0.27.0 // indirect |