aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2023-12-15 23:49:01 +0800
committerGitHub <noreply@github.com>2023-12-15 15:49:01 +0000
commit047c69bd85bc5579ce6f352d7edf7fb950d84b80 (patch)
tree0ae581d24c0fcbeb97d943b98835d7b876affedc /go.mod
parent3849fd2ac2163b109f9dc1e873ffb9bc8f53c63b (diff)
downloadgitea-047c69bd85bc5579ce6f352d7edf7fb950d84b80.tar.gz
gitea-047c69bd85bc5579ce6f352d7edf7fb950d84b80.zip
Improve CLI code and descriptions (#28482)
* Close #28444 * Actually, it doesn't need to use that trick because it looks like it is not necessary, no user really needs it * Remove the hidden (legacy) "doctor" subcommand and update documents * Fix "actions" usage ![image](https://github.com/go-gitea/gitea/assets/2114189/3c2b34a7-4f92-4a6c-96fd-9505e413d4ec)
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 97997cad6d..569f8cd359 100644
--- a/go.mod
+++ b/go.mod
@@ -99,7 +99,7 @@ require (
github.com/syndtr/goleveldb v1.0.0
github.com/tstranex/u2f v1.0.0
github.com/ulikunitz/xz v0.5.11
- github.com/urfave/cli/v2 v2.25.7
+ github.com/urfave/cli/v2 v2.26.0
github.com/xanzy/go-gitlab v0.93.1
github.com/xeipuuv/gojsonschema v1.2.0
github.com/yohcop/openid-go v1.0.1