mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 03:26:57 +00:00
Clean up, fix bugs, implement caching & use API
This commit is contained in:
parent
0756993f7e
commit
1a80684e79
3 changed files with 138 additions and 93 deletions
5
go.mod
5
go.mod
|
@ -2,4 +2,7 @@ module codeberg.org/codeberg/pages
|
|||
|
||||
go 1.16
|
||||
|
||||
require github.com/valyala/fasthttp v1.22.0
|
||||
require (
|
||||
github.com/valyala/fasthttp v1.22.0
|
||||
github.com/valyala/fastjson v1.6.3
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue