Luncher/go.mod

19 lines
491 B
Modula-2
Raw Normal View History

2025-02-03 15:52:19 +01:00
module spitfire-luncher
go 1.23.4
2025-02-25 21:36:27 +01:00
require (
github.com/gen2brain/raylib-go/raylib v0.0.0-20250109172833-6dbba4f81a9b
2025-03-02 11:34:50 +01:00
weforge.xyz/Spitfire/SPM v0.1.2
2025-02-25 21:36:27 +01:00
)
2025-02-03 15:52:19 +01:00
require (
2025-02-25 21:36:27 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
2025-02-03 15:52:19 +01:00
github.com/ebitengine/purego v0.7.1 // indirect
2025-02-25 21:36:27 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2025-02-03 15:52:19 +01:00
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.20.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
2025-02-25 21:36:27 +01:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2025-02-03 15:52:19 +01:00
)