You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
module code.ndumas.com/ndumas/muddy
|
|
|
|
|
|
|
|
|
|
go 1.24.5
|
|
|
|
|
|
|
|
|
|
require github.com/EngoEngine/ecs v1.0.5
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
|
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
|
|
|
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
|
|
|
modernc.org/libc v1.67.6 // indirect
|
|
|
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
|
|
|
modernc.org/memory v1.11.0 // indirect
|
|
|
|
|
modernc.org/sqlite v1.44.3 // indirect
|
|
|
|
|
)
|