1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
MiraiGo/go.mod
2021-06-11 14:23:46 +08:00

11 lines
195 B
Modula-2

module github.com/Mrs4s/MiraiGo
go 1.16
require (
github.com/json-iterator/go v1.1.10
github.com/modern-go/reflect2 v1.0.1
github.com/pkg/errors v0.9.1
google.golang.org/protobuf v1.25.0
)