Update go.mod to 1.18

This commit is contained in:
9seconds
2022-03-16 09:39:58 +03:00
parent 63b425f245
commit cbe5b8c94e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/9seconds/mtg/v2
go 1.17
go 1.18
require (
github.com/OneOfOne/xxhash v1.2.8