diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 12:34:42 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 14:01:11 +0200 |
| commit | 83b6f3af3ff4195801c0973a10c1519958d4fe71 (patch) | |
| tree | 53aed21bd723f31c8885b6f1de94980bfe565465 /go.mod | |
| parent | fab0fa21d4b9f86d3afbc4d00800f0bbb7c9954a (diff) | |
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 +) |
