mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-04 05:17:36 +03:00
add caching and change the layout a bit
This commit is contained in:
parent
7b2c43cc16
commit
e7aa7403c7
8 changed files with 114 additions and 29 deletions
1
go.mod
1
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue