gg/go.mod

23 lines
674 B
Modula-2
Raw Normal View History

2024-01-05 04:22:53 +03:00
module vultras.su/core/gg
2023-02-17 07:04:29 +03:00
2023-11-12 13:29:38 +03:00
go 1.21
toolchain go1.21.3
require (
github.com/hajimehoshi/ebiten/v2 v2.6.0-alpha.3.0.20230521122940-90562ee84b9b
golang.org/x/image v0.7.0
vultras.su/core/gods v0.0.0-20240106154104-c280608f8de4
2023-11-12 13:29:38 +03:00
)
2023-02-17 07:04:29 +03:00
require (
2023-05-22 23:39:01 +03:00
github.com/ebitengine/purego v0.4.0-alpha.4 // indirect
2023-02-17 07:04:29 +03:00
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/jezek/xgb v1.1.0 // indirect
2023-05-22 23:39:01 +03:00
golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/mobile v0.0.0-20230427221453-e8d11dd0ba41 // indirect
golang.org/x/sync v0.2.0 // indirect
golang.org/x/sys v0.8.0 // indirect
2024-01-13 18:17:34 +03:00
golang.org/x/text v0.9.0 // indirect
2023-02-17 07:04:29 +03:00
)