jl-ecs/go.mod

12 lines
294 B
Modula-2
Raw Permalink Normal View History

2023-08-04 11:02:08 +08:00
module joylink.club/ecs
go 1.21
2023-08-04 11:02:08 +08:00
2023-11-16 16:12:12 +08:00
require github.com/yohamta/donburi v1.3.9
2024-01-17 13:09:43 +08:00
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.8.4 // indirect
)