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 72e2ed5 commit 91da23d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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-20241230230537-f198d39f1784
github.com/ProtocolScience/AstralGo v0.0.0-20241231004624-b67a892c4d99
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
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/Microsoft/go-winio v0.6.2-0.20230724192519-b29bbd58a65a h1:aU1703IHxu
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/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 91da23d

Please sign in to comment.