chore: go mod tidy

This commit is contained in:
Andy Hsu
2023-02-14 15:23:35 +08:00
parent c28168c970
commit ae04a0a760
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
appName="alist"
builtAt="$(date +'%F %T %z')"
goVersion=$(go version | sed 's/go version //')
gitAuthor=$(git show -s --format='format:%aN <%ae>' HEAD)
gitAuthor="Xhofe <i@nn.ci>"
gitCommit=$(git log --pretty=format:"%h" -1)
if [ "$1" = "dev" ]; then