Add caching
This commit is contained in:
parent
f166ffab3c
commit
fe9b4b5f5f
4 changed files with 36 additions and 21 deletions
1
go.mod
1
go.mod
|
|
@ -13,6 +13,7 @@ require (
|
|||
github.com/knadh/koanf v0.15.0
|
||||
github.com/labstack/echo/v4 v4.2.1
|
||||
github.com/mitchellh/copystructure v1.1.1 // indirect
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
||||
github.com/rs/zerolog v1.20.0
|
||||
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
|
||||
golang.org/x/text v0.3.5 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue