aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-11-04 13:48:32 -0800
committerEric Biggers <ebiggers@google.com>2025-11-04 13:53:45 -0800
commit6be6c2d10b6d4e30787038910ce9fd2ce70723b8 (patch)
tree096e0fab52f0dab62c9942b37dbdb77e0a1c297b /go.mod
parentf0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c (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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index dfee1e1..4f57ef8 100644
--- a/go.mod
+++ b/go.mod
@@ -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