moved SPM lib to separate repo
All checks were successful
/ test-on-windows (push) Successful in 46s
/ test-on-alpine (push) Successful in 1m16s

This commit is contained in:
partisan 2025-02-25 21:36:27 +01:00
parent a7cae14449
commit cb63af8017
15 changed files with 11 additions and 1418 deletions

13
go.mod
View file

@ -2,16 +2,17 @@ module spitfire-luncher
go 1.23.4
require github.com/gen2brain/raylib-go/raylib v0.0.0-20250109172833-6dbba4f81a9b
require (
github.com/gen2brain/raylib-go/raylib v0.0.0-20250109172833-6dbba4f81a9b
weforge.xyz/Spitfire/SPM v0.0.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace spitfire-luncher/spm => ./spm
require spitfire-luncher/spm v0.0.0