Installer/go.mod
partisan 48473f98c5
All checks were successful
/ test-on-windows (push) Successful in 12s
/ test-on-alpine (push) Successful in 1m13s
updated spm package
2025-02-04 17:14:00 +01:00

19 lines
535 B
Modula-2

module spitfire-installer
go 1.21.1
require github.com/gen2brain/raylib-go/raylib v0.0.0-20241215043839-7a899c5e3aae
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/sys v0.22.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace spitfire-installer/spm => ./spm
require spitfire-installer/spm v0.0.1