diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-19 21:51:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-19 21:51:47 +0300 |
| commit | a87e799634280e2b52a5fcacafc44cb28a0d288e (patch) | |
| tree | b0fb8aa3854f0982bef448599125c0d100ffd555 /go.mod | |
t4: scaffold ComicForge Go project
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +module codeberg.org/snonux/comicforge + +go 1.25.0 + +require ( + github.com/magefile/mage v1.15.0 + github.com/spf13/cobra v1.9.1 +) + +require ( + github.com/inconshreveable/mousetrap v1.1.0 // indirect + github.com/spf13/pflag v1.0.6 // indirect +) |
