diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 12:34:42 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 12:34:42 +0200 |
| commit | d6e00e6af2c4168ea1f6ca8e34a45fa22e712bc9 (patch) | |
| tree | 3b7ec64765b0a5e6485b2279a04f12d783430041 /go.mod | |
add files
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +module ponger + +go 1.26.5 + +require ( + github.com/Zyko0/go-sdl3 v0.1.1 // indirect + github.com/spf13/pflag v1.0.10 // indirect +) |
