make bootstrap site be more cool
This commit is contained in:
2
go.mod
2
go.mod
@ -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
|
||||
|
||||
Reference in New Issue
Block a user