goonscape/go.mod

18 lines
471 B
Modula-2
Raw Normal View History

2025-01-13 00:31:15 +01:00
module gitea.boner.be/bdnugget/goonscape
2024-09-30 09:53:56 +02:00
go 1.23.0
2024-10-11 14:47:52 +02:00
require (
gitea.boner.be/bdnugget/goonserver v0.0.0-20241011195320-f16e8647dc6b
2024-10-11 14:47:52 +02:00
github.com/gen2brain/raylib-go/raylib v0.0.0-20240930075631-c66f9e2942fe
google.golang.org/protobuf v1.35.1
)
2024-09-30 10:04:38 +02:00
2024-09-30 09:53:56 +02:00
require (
2024-10-11 14:47:52 +02:00
github.com/ebitengine/purego v0.8.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/sys v0.26.0 // indirect
2024-09-30 09:53:56 +02:00
)
2025-01-13 00:31:15 +01:00
replace gitea.boner.be/bdnugget/goonserver => ./goonserver