Introduce go.mod file

This commit is contained in:
Michael Dresner 2022-03-18 22:17:13 +03:00
parent 46f4078530
commit 8b0507f850
No known key found for this signature in database
GPG Key ID: 039C3C305BAC5C23
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/patrickmn/go-cache
go 1.18
require golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8 h1:s/+U+w0teGzcoH2mdIlFQ6KfVKGaYpgyGdUefZrn9TU=
golang.org/x/exp v0.0.0-20220318154914-8dddf5d87bd8/go.mod h1:lgLbSvA5ygNOMpwM/9anMpWVlVJ7Z+cHWq/eFuinpGE=