21 lines
473 B
Modula-2
21 lines
473 B
Modula-2
module joylink.club/rtsssimulation
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.8.3
|
|
google.golang.org/protobuf v1.31.0
|
|
joylink.club/ecs v0.0.1
|
|
)
|
|
|
|
replace joylink.club/ecs => ./jl-ecs-go
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/yohamta/donburi v1.3.9 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|