diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 13:59:25 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 14:03:36 +0200 |
| commit | 06dd690345a02ad5f158138b2d6597220b716e38 (patch) | |
| tree | d2ee623052dbbd215924f95c7d834988d891f89b /go.mod | |
| parent | 83b6f3af3ff4195801c0973a10c1519958d4fe71 (diff) | |
add stuff
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,5 +4,8 @@ go 1.26.5 require ( github.com/Zyko0/go-sdl3 v0.1.1 // indirect + 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 ) |
