From 6be6c2d10b6d4e30787038910ce9fd2ce70723b8 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Tue, 4 Nov 2025 13:48:32 -0800 Subject: Upgrade github.com/urfave/cli Ran the following commands, using Go 1.23.12: go get github.com/urfave/cli go mod tidy --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3