mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-07 02:35:48 +03:00
* revendor with latest rest lib * simplify with passThroughHandler * add deps for throttling
9 lines
130 B
Modula-2
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
|
|
)
|