UI cleanup and changes

This commit is contained in:
video-prize-ranch
2022-10-13 17:29:05 -04:00
parent 7cad41e11d
commit 50d71ad321
9 changed files with 57 additions and 35 deletions

2
go.mod
View File

@@ -3,6 +3,7 @@ module codeberg.org/video-prize-ranch/rimgo
go 1.17
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/gofiber/fiber/v2 v2.36.0
github.com/gofiber/template v1.6.30
@@ -16,7 +17,6 @@ require (
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/aymerick/raymond v2.0.2+incompatible // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/tidwall/match v1.1.1 // indirect