Files
remark42/backend/vendor/github.com/go-pkgz/expirable-cache/go.mod
T
2020-05-24 19:00:07 -05:00

9 lines
130 B
AMPL

module github.com/go-pkgz/expirable-cache
go 1.14
require (
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.5.1
)