add caching and change the layout a bit

This commit is contained in:
rramiachraf 2022-07-01 23:40:13 +01:00
parent 7b2c43cc16
commit e7aa7403c7
8 changed files with 114 additions and 29 deletions

1
go.mod
View file

@ -8,6 +8,7 @@ require (
)
require (
github.com/allegro/bigcache/v3 v3.0.2 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
)