mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 19:17:38 +08:00
23 lines
696 B
Modula-2
23 lines
696 B
Modula-2
module github.com/Mrs4s/MiraiGo
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/RomiChan/protobuf v0.0.0-20211126015646-ee3d29b19e08
|
|
github.com/klauspost/compress v1.13.6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tidwall/gjson v1.11.0
|
|
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
)
|