diff options
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 |