This commit is contained in:
2026-03-08 09:47:59 -06:00
parent 1bea4d30ef
commit 323ddea27e
4 changed files with 4 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
module pttodo-cli
go 1.21
require (
gitea.bel.blue/gogs/pttodo latest
github.com/google/uuid v1.3.0
gopkg.in/yaml.v2 v2.4.0
)
require github.com/robfig/cron/v3 v3.0.1 // indirect
replace gogs.bel.blue/gogs/pttodo => ./..

View File

@@ -3,6 +3,7 @@
cd "$(dirname "$BASH_SOURCE")"
binary_name="$(head -n 1 go.mod | awk '{print $NF}' | sed 's/.*\///')"
binary_name=pttodo-cli
git_commit="$((
git rev-list -1 HEAD
if git diff | grep . > /dev/null; then