Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
跟进gomc的bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Dec 12, 2021
1 parent 4bfa79d commit 816c9aa
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 @@ -4,7 +4,7 @@ go 1.16

require (
github.com/BaiMeow/msauth v0.0.0-20210912123815-8dad139b8658
github.com/Tnze/go-mc v1.17.2-0.20211211093242-38cc60ea6593
github.com/Tnze/go-mc v1.17.2-0.20211212072321-4e7db1e12235
github.com/google/uuid v1.3.0
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.8
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ github.com/BaiMeow/msauth v0.0.0-20210912123815-8dad139b8658 h1:nBNOhUa62Lh7I/Pb
github.com/BaiMeow/msauth v0.0.0-20210912123815-8dad139b8658/go.mod h1:8aaR4Tp6OvyLjGc8zn5tcWZ3bS52LkDYgDmYEQMw2MY=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Tnze/go-mc v1.17.2-0.20211211093242-38cc60ea6593 h1:ZA2NGCVITgX2OjvJ8vbQ9HwZkclJ/lkKVYGBVSwKGQA=
github.com/Tnze/go-mc v1.17.2-0.20211211093242-38cc60ea6593/go.mod h1:t0AI38F1BEmmy8/uLhr9RCOUeDbBj3oUNQH9akjzMc0=
github.com/Tnze/go-mc v1.17.2-0.20211212072321-4e7db1e12235 h1:UMrL+PAPVZTFNo+L2n5uMEVdxjQ3YtQnfcdA02qe4GQ=
github.com/Tnze/go-mc v1.17.2-0.20211212072321-4e7db1e12235/go.mod h1:t0AI38F1BEmmy8/uLhr9RCOUeDbBj3oUNQH9akjzMc0=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
Expand Down

0 comments on commit 816c9aa

Please sign in to comment.