diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 14:05:08 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 14:05:08 +0200 |
| commit | 7936ef5d778e3c6d3248c37fd0d2d18640fcb75e (patch) | |
| tree | 834ee74fd96e9f0923662ab4278b59931df93f24 | |
| parent | 06dd690345a02ad5f158138b2d6597220b716e38 (diff) | |
tidy mod
| -rw-r--r-- | go.mod | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3,9 +3,12 @@ module ponger go 1.26.5 require ( - github.com/Zyko0/go-sdl3 v0.1.1 // indirect + github.com/Zyko0/go-sdl3 v0.1.1 + github.com/spf13/pflag v1.0.10 +) + +require ( github.com/Zyko0/purego-gen v0.0.0-20250727121216-3bcd331a1e0c // indirect github.com/ebitengine/purego v0.10.0 // indirect - github.com/spf13/pflag v1.0.10 // indirect golang.org/x/sys v0.7.0 // indirect ) |
