mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
12 lines
249 B
Modula-2
12 lines
249 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
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|