Installer/go.mod

19 lines
493 B
Modula-2
Raw Normal View History

2024-12-20 18:58:53 +01:00
module spitfire-installer
2024-07-07 12:07:11 +02:00
2024-12-20 18:58:53 +01:00
go 1.21.1
2024-07-07 12:07:11 +02:00
2025-02-25 21:14:59 +01:00
require (
github.com/gen2brain/raylib-go/raylib v0.0.0-20241215043839-7a899c5e3aae
2025-03-02 10:14:22 +01:00
weforge.xyz/Spitfire/SPM v0.1.2
2025-02-25 21:14:59 +01:00
)
2024-07-07 12:07:11 +02:00
require (
2025-02-04 17:14:00 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
2024-12-20 18:58:53 +01:00
github.com/ebitengine/purego v0.7.1 // indirect
2025-02-04 17:14:00 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2024-12-20 18:58:53 +01:00
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/sys v0.22.0 // indirect
2025-02-04 17:14:00 +01:00
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2024-07-07 12:07:11 +02:00
)