Skip to content

Commit

Permalink
fix: 好友语音上传
Browse files Browse the repository at this point in the history
  • Loading branch information
Fripine committed Oct 11, 2024
1 parent 19dd03d commit 89c314d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/mattn/go-colorable v0.1.13
github.com/pkg/errors v0.9.1
github.com/sealdice/MiraiGo v0.0.0-20241010175707-a448c693c364
github.com/sealdice/MiraiGo v0.0.0-20241011032503-9ff32cde7048
github.com/segmentio/asm v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/sealdice/MiraiGo v0.0.0-20241010175707-a448c693c364 h1:y0+R7UeiEO97EXOJGeCDrzgGuiIhHjm7GdVvYlS90pw=
github.com/sealdice/MiraiGo v0.0.0-20241010175707-a448c693c364/go.mod h1:qrHE4qD1sSp0i8UkqT/VhhrFTjYlQwNlCSkhfx3yCyc=
github.com/sealdice/MiraiGo v0.0.0-20241011032503-9ff32cde7048 h1:z2OD9Yco+2tZFtvilZHGuXi8KcDikVvPb2rgAIFD9jU=
github.com/sealdice/MiraiGo v0.0.0-20241011032503-9ff32cde7048/go.mod h1:qrHE4qD1sSp0i8UkqT/VhhrFTjYlQwNlCSkhfx3yCyc=
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=
github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
Expand Down

0 comments on commit 89c314d

Please sign in to comment.