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
|
2023-10-09 11:30:15 +08:00
|
|
|
go.uber.org/zap v1.26.0
|
2023-09-20 15:14:38 +08:00
|
|
|
google.golang.org/protobuf v1.31.0
|
|
|
|
)
|
|
|
|
|
2023-09-26 10:25:00 +08:00
|
|
|
require (
|
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
|
|
)
|