1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
MiraiGo/go.mod
2021-09-16 15:32:39 +08:00

14 lines
365 B
Modula-2

module github.com/Mrs4s/MiraiGo
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.8.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.27.1
)