File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/ProtobufBot/Go-Mirai-Client
33go 1.18
44
55require (
6- github.com/Mrs4s/MiraiGo v0.0.0-20220318145114-35f774b86afa
6+ github.com/Mrs4s/MiraiGo v0.0.0-20220517084822-026b01c44007
77 github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
88 github.com/gin-gonic/gin v1.7.2
99 github.com/go-playground/validator/v10 v10.8.0 // indirect
@@ -32,6 +32,7 @@ require (
3232
3333require (
3434 github.com/RomiChan/protobuf v0.0.0-20220318113238-d8a99598f896 // indirect
35+ github.com/RomiChan/syncx v0.0.0-20220320130821-c88644afda9c // indirect
3536 github.com/fumiama/imgsz v0.0.2 // indirect
3637 github.com/gin-contrib/sse v0.1.0 // indirect
3738 github.com/go-playground/locales v0.13.0 // indirect
Original file line number Diff line number Diff line change 11github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
2- github.com/Mrs4s/MiraiGo v0.0.0-20220318145114-35f774b86afa h1:UgOs+GImN0IYAZ/P/OH9nCOkEbidauK40F5axm11TcM =
3- github.com/Mrs4s/MiraiGo v0.0.0-20220318145114-35f774b86afa /go.mod h1:kkUjOuOj2FMfqEEtnan/mxxKBZopYRBVIR4gSAdt7Hs =
2+ github.com/Mrs4s/MiraiGo v0.0.0-20220517084822-026b01c44007 h1:F0eQbLi9yhh2gAECeqxMV40fg7vxQ8UdQfpgJKC19A8 =
3+ github.com/Mrs4s/MiraiGo v0.0.0-20220517084822-026b01c44007 /go.mod h1:APw03y3A3Qp5In9gI/S9m7DBJkWsd6FQMV+fB636bmU =
44github.com/RomiChan/protobuf v0.0.0-20220318113238-d8a99598f896 h1:UFAqSbH6VqW5mEzQV2HVB7+p3k9JfTbidWJ/9F15yz0 =
55github.com/RomiChan/protobuf v0.0.0-20220318113238-d8a99598f896 /go.mod h1:CKKOWC7mBxd36zxsCB1V8DTrwlTNRQvkSVbYqyUiGEE =
6+ github.com/RomiChan/syncx v0.0.0-20220320130821-c88644afda9c h1:zHWyqx7A71A/+mlzthPVcVrNGuTPyTpCW3meUPtaULU =
7+ github.com/RomiChan/syncx v0.0.0-20220320130821-c88644afda9c /go.mod h1:KqZzu7slNKROh3TSYEH/IUMG6f4M+1qubZ5e52QypsE =
68github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
79github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
810github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments