diff options
| author | Physcik <mynameisgennadiy@vk.com> | 2026-02-06 01:55:27 +0500 |
|---|---|---|
| committer | Physcik <mynameisgennadiy@vk.com> | 2026-02-06 01:55:27 +0500 |
| commit | 85666467056ccae2011128e0d38ea2dbd1efee8a (patch) | |
| tree | fa91af8a8e9be05e6ef87a4ecddc6b3f0303dea4 /engine/go.mod | |
| parent | e071f6670cf2d379237bf9cc66bd99696e48df8d (diff) | |
Menu description pt. 1
Diffstat (limited to 'engine/go.mod')
| -rw-r--r-- | engine/go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/engine/go.mod b/engine/go.mod index f318073..0e7b30f 100644 --- a/engine/go.mod +++ b/engine/go.mod @@ -2,9 +2,12 @@ module github.com/DegustatorPonos/RuinesOfRafdolon go 1.25.4 +require github.com/gen2brain/raylib-go/raylib v0.55.1 + require ( github.com/ebitengine/purego v0.9.1 // indirect - github.com/gen2brain/raylib-go/raylib v0.55.1 // indirect + github.com/gookit/color v1.6.0 // indirect + github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect golang.org/x/sys v0.39.0 // indirect ) |
