Skip to content

Commit

Permalink
修复崩溃
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice committed Dec 31, 2024
1 parent 91da23d commit c90888b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/FloatTech/sqlite v1.6.3
github.com/Microsoft/go-winio v0.6.2-0.20230724192519-b29bbd58a65a
github.com/ProtocolScience/AstralGo v0.0.0-20241231004624-b67a892c4d99
github.com/ProtocolScience/AstralGo v0.0.0-20241231010307-01edf5253812
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
github.com/RomiChan/websocket v1.4.3-0.20220227141055-9b2c6168c9c5
github.com/fumiama/go-base16384 v1.7.0
Expand Down Expand Up @@ -67,5 +67,3 @@ require (
modernc.org/strutil v1.1.3 // indirect
modernc.org/token v1.0.1 // indirect
)

replace github.com/Mrs4s/MiraiGo => github.com/ProtocolScience/AstralGo v0.0.0-20230823050531-a8213e127b2b
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b h1:tvciXWq2nuvTbFeJG
github.com/FloatTech/ttl v0.0.0-20220715042055-15612be72f5b/go.mod h1:fHZFWGquNXuHttu9dUYoKuNbm3dzLETnIOnm1muSfDs=
github.com/Microsoft/go-winio v0.6.2-0.20230724192519-b29bbd58a65a h1:aU1703IHxupjzipvhu16qYKLMR03e+8WuNR+JMsKfGU=
github.com/Microsoft/go-winio v0.6.2-0.20230724192519-b29bbd58a65a/go.mod h1:OZqLNXdYJHmx7aqq/T6wAdFEdoGm5nmIfC4kU7M8P8o=
github.com/ProtocolScience/AstralGo v0.0.0-20241230230537-f198d39f1784 h1:El38AHTxASsddFtnbHIEceJBU0sarPG0AOyNXIkXzdY=
github.com/ProtocolScience/AstralGo v0.0.0-20241230230537-f198d39f1784/go.mod h1:WyjNHhMJz/NEVfxFZBq8sEzZ1qcH9vaz4drsINCM9Q0=
github.com/ProtocolScience/AstralGo v0.0.0-20241231004624-b67a892c4d99 h1:1q6RuN4GPq7ESYxYDutp6CfwEfCvEGJh1dcktlfMtAc=
github.com/ProtocolScience/AstralGo v0.0.0-20241231004624-b67a892c4d99/go.mod h1:Wg8s7tsAsz9aTzQAcElBf9toTy1vU14AB9xmOiTQv7s=
github.com/ProtocolScience/AstralGo v0.0.0-20241231010307-01edf5253812 h1:WhmN0P5q8MA5/3dVIsPYqwv0o5kM2zGl521YMRJOlJM=
github.com/ProtocolScience/AstralGo v0.0.0-20241231010307-01edf5253812/go.mod h1:Wg8s7tsAsz9aTzQAcElBf9toTy1vU14AB9xmOiTQv7s=
github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d h1:/Xuj3fIiMY2ls1TwvPKmaqQrtJsPY+c9s+0lOScVHd8=
github.com/RomiChan/protobuf v0.1.1-0.20230204044148-2ed269a2e54d/go.mod h1:2Ie+hdBFQpQFDHfeklgxoFmQRCE7O+KwFpISeXq7OwA=
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e h1:wR3MXQ3VbUlPKOOUwLOYgh/QaJThBTYtsl673O3lqSA=
Expand Down

0 comments on commit c90888b

Please sign in to comment.