make bootstrap site be more cool

This commit is contained in:
2024-03-03 00:55:43 +03:00
parent af4a4f7840
commit 6d1769ff24
13 changed files with 714 additions and 268 deletions

2
go.mod
View File

@ -3,6 +3,7 @@ module git.loyso.art/frx/kurious
go 1.21
require (
github.com/a-h/templ v0.2.513
github.com/go-resty/resty/v2 v2.10.0
github.com/gorilla/mux v1.8.1
github.com/robfig/cron/v3 v3.0.0
@ -15,7 +16,6 @@ require (
)
require (
github.com/a-h/templ v0.2.513 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.4.0 // indirect