github.com/xgzlucario/GigaCache@v0.0.0-20240508025442-54204e9c8a6b/go.mod (about) 1 module github.com/xgzlucario/GigaCache 2 3 go 1.22 4 5 require github.com/stretchr/testify v1.8.4 6 7 require ( 8 github.com/davecgh/go-spew v1.1.1 // indirect 9 github.com/kr/pretty v0.3.0 // indirect 10 github.com/pmezard/go-difflib v1.0.0 // indirect 11 github.com/rogpeppe/go-internal v1.9.0 // indirect 12 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect 13 gopkg.in/yaml.v3 v3.0.1 // indirect 14 )