upgrade to 1.19 to support atomic.Bool

This commit is contained in:
Tnze
2022-12-05 13:58:08 +08:00
parent b56943122e
commit 516b3c2a8b
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/Tnze/go-mc
go 1.18
go 1.19
require (
github.com/google/uuid v1.1.1