updated spm package
This commit is contained in:
parent
b403befe74
commit
48473f98c5
16 changed files with 1454 additions and 505 deletions
8
go.mod
8
go.mod
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue