updated go.mod for compatability with generics, as used by the cache

This commit is contained in:
Colin Henry 2023-01-14 00:12:30 -08:00
parent b19ba53491
commit d312b58fdf
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/jchenry/x
go 1.18
go 1.19