rts-sim-module/go.mod

21 lines
473 B
Modula-2
Raw Normal View History

2023-08-14 10:59:11 +08:00
module joylink.club/rtsssimulation
go 1.21
2023-08-14 16:23:34 +08:00
require (
2023-11-16 16:12:37 +08:00
github.com/stretchr/testify v1.8.3
google.golang.org/protobuf v1.31.0
2023-11-16 16:12:37 +08:00
joylink.club/ecs v0.0.1
)
2023-11-16 16:12:37 +08:00
replace joylink.club/ecs => ./jl-ecs-go
2023-09-26 10:25:00 +08:00
require (
2023-11-16 16:12:37 +08:00
github.com/davecgh/go-spew v1.1.1 // indirect
2023-09-26 10:25:00 +08:00
github.com/google/go-cmp v0.5.9 // indirect
2023-11-16 16:12:37 +08:00
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
2023-09-26 10:25:00 +08:00
)