diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-21 21:37:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-21 21:37:34 +0200 |
| commit | 95bdcf2c73a643df227bccf909f3aa17d08b0f1c (patch) | |
| tree | 11db378e2dee076fbf18c1dc58fae1d18c4d8789 /go.mod | |
| parent | f8574d5ecf31021b1aee7fcb0c8b45c190bffead (diff) | |
Convert Taskfile.yaml to Magefile.go
Replace task runner with mage for build automation.
All existing targets preserved: build, run, test variants, install, clean.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,9 +5,11 @@ go 1.24.4 require ( fyne.io/fyne/v2 v2.6.1 github.com/dweymouth/fyne-tooltip v0.3.3 + github.com/magefile/mage v1.15.0 github.com/mattn/go-sqlite3 v1.14.28 github.com/sashabaranov/go-openai v1.40.5 github.com/spf13/cobra v1.9.1 + github.com/spf13/pflag v1.0.6 github.com/spf13/viper v1.20.1 ) @@ -41,7 +43,6 @@ require ( github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.12.0 // indirect github.com/spf13/cast v1.7.1 // indirect - github.com/spf13/pflag v1.0.6 // indirect github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect github.com/stretchr/testify v1.10.0 // indirect |
