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

Commit

Permalink
跟进mc1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiMeow committed Mar 12, 2022
1 parent a4bf10d commit 9d82f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-20211225042319-2589fe15df92
github.com/Tnze/go-mc v1.17.2-0.20220122135609-fee2e0c939a3
github.com/Tnze/go-mc v1.18.2-0.20220311063747-d8695636b65c
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-20211225042319-2589fe15df92 h1:Cot6Q/ani/FfqOHG
github.com/BaiMeow/msauth v0.0.0-20211225042319-2589fe15df92/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.20220122135609-fee2e0c939a3 h1:S0xt+Tzo6uNJytcooZvBgBP9qy/EHlJiOdwI6Dag/+M=
github.com/Tnze/go-mc v1.17.2-0.20220122135609-fee2e0c939a3/go.mod h1:t0AI38F1BEmmy8/uLhr9RCOUeDbBj3oUNQH9akjzMc0=
github.com/Tnze/go-mc v1.18.2-0.20220311063747-d8695636b65c h1:KkSLO1OQbyLG7pom8laoJQQyXAtLY9ZJXIgO7yQknl0=
github.com/Tnze/go-mc v1.18.2-0.20220311063747-d8695636b65c/go.mod h1:6MVVpHUdiCvauT4RsnzM3BUOue3eAUuJIr9wzjirGIY=
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
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var defaultConfig []byte
func main() {
log.SetOutput(colorable.NewColorableStdout())
log.Println("自动钓鱼机器人")
log.Println("版本号:mc1.18")
log.Println("版本号:mc1.18.2")
vp = viper.New()
vp.SetConfigName("config")
vp.SetConfigType("toml")
Expand Down

0 comments on commit 9d82f8d

Please sign in to comment.