mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-03 18:47:41 +08:00
24 lines
709 B
Modula-2
24 lines
709 B
Modula-2
module github.com/Mrs4s/MiraiGo
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d
|
|
github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c
|
|
github.com/fumiama/imgsz v0.0.2
|
|
github.com/pierrec/lz4/v4 v4.1.15
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/tidwall/gjson v1.14.3
|
|
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // 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
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|