Files
reproxy/vendor/github.com/go-pkgz/expirable-cache/go.mod
Umputun 71039681e2 Merge pull request #97
* revendor with latest rest lib

* simplify with passThroughHandler

* add deps for throttling
2021-07-03 01:23:50 -05:00

9 lines
130 B
Modula-2

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
)