2023-08-14 10:59:11 +08:00
|
|
|
module joylink.club/rtsssimulation
|
|
|
|
|
|
|
|
go 1.20
|
2023-08-14 16:23:34 +08:00
|
|
|
|
2023-09-20 15:14:38 +08:00
|
|
|
require (
|
|
|
|
github.com/yohamta/donburi v1.3.8
|
|
|
|
google.golang.org/protobuf v1.31.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require github.com/google/go-cmp v0.5.9 // indirect
|