updated spm package
All checks were successful
/ test-on-windows (push) Successful in 12s
/ test-on-alpine (push) Successful in 1m13s

This commit is contained in:
partisan 2025-02-04 17:14:00 +01:00
parent b403befe74
commit 48473f98c5
16 changed files with 1454 additions and 505 deletions

8
go.mod
View file

@ -5,7 +5,15 @@ 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