1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
MiraiGo/go.mod
2021-11-24 21:57:13 +08:00

15 lines
401 B
Modula-2

module github.com/Mrs4s/MiraiGo
go 1.16
require (
github.com/RomiChan/protobuf v0.0.0-20211124134334-257932207c53
github.com/klauspost/compress v1.13.6
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.11.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/protobuf v1.27.1
)