mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
12 lines
256 B
Modula-2
12 lines
256 B
Modula-2
module github.com/Mrs4s/MiraiGo
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/LXY1226/fastrand v0.0.0-20210121160840-7a3db3e79031
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/pkg/errors v0.9.1
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|