aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2023-09-09 15:34:26 -0700
committerEric Biggers <ebiggers@google.com>2023-09-09 15:54:30 -0700
commit1ecdfe03ac24088be4b13b6119c5246c75d9e6d9 (patch)
tree12a36c2c498c406fa690fa485d5c4afaf5d1b929 /go.mod
parent5187a9a11b3860afa8965a4c2e70ff82ee56a61b (diff)
Upgrade github.com/urfave/cli
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ca70c51..211ec1b 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.16
require (
github.com/client9/misspell v0.3.4
github.com/pkg/errors v0.9.1
- github.com/urfave/cli v1.22.5
+ github.com/urfave/cli v1.22.14
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
golang.org/x/crypto v0.13.0
golang.org/x/sys v0.12.0