Introduce go.mod file
This commit is contained in:
parent
46f4078530
commit
8b0507f850
|
@ -0,0 +1,5 @@
|
|||
module github.com/patrickmn/go-cache
|
||||
|
||||
go 1.18
|
||||
|
||||
require golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8
|
Loading…
Reference in New Issue