SPM/go.mod

13 lines
184 B
Modula-2
Raw Permalink Normal View History

2025-02-25 20:15:39 +01:00
module weforge.xyz/Spitfire/SPM
2025-03-28 09:33:36 +00:00
go 1.23.0
2025-02-25 20:15:39 +01:00
2025-03-28 09:33:36 +00:00
toolchain go1.24.1
require (
golang.org/x/sys v0.31.0
gopkg.in/ini.v1 v1.67.0
)
2025-02-25 20:15:39 +01:00
require github.com/stretchr/testify v1.10.0 // indirect