Installer/go.mod

20 lines
535 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
2024-12-20 18:58:53 +01:00
require github.com/gen2brain/raylib-go/raylib v0.0.0-20241215043839-7a899c5e3aae
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
)
2025-02-04 17:14:00 +01:00
replace spitfire-installer/spm => ./spm
require spitfire-installer/spm v0.0.1