go mod tidy

This commit is contained in:
video-prize-ranch 2022-01-23 12:50:50 -05:00
parent c4c24b9ee0
commit b462c10197
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -3,6 +3,7 @@ module codeberg.org/video-prize-ranch/rimgo
go 1.17
require (
github.com/dustin/go-humanize v1.0.0
github.com/gofiber/fiber/v2 v2.24.0
github.com/gofiber/template v1.6.21
github.com/spf13/viper v1.10.1
@ -12,7 +13,6 @@ require (
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/aymerick/raymond v2.0.2+incompatible // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.13.4 // indirect