github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/go.mod (about) 1 module github.com/Mrs4s/MiraiGo 2 3 go 1.20 4 5 require ( 6 github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d 7 github.com/RomiChan/syncx v0.0.0-20220404072119-d7ea0ae15a4c 8 github.com/fumiama/imgsz v0.0.2 9 github.com/pierrec/lz4/v4 v4.1.15 10 github.com/pkg/errors v0.9.1 11 github.com/stretchr/testify v1.8.0 12 github.com/tidwall/gjson v1.14.3 13 golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde 14 ) 15 16 require ( 17 github.com/davecgh/go-spew v1.1.1 // indirect 18 github.com/pmezard/go-difflib v1.0.0 // indirect 19 github.com/tidwall/match v1.1.1 // indirect 20 github.com/tidwall/pretty v1.2.0 // indirect 21 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect 22 gopkg.in/yaml.v3 v3.0.1 // indirect 23 )