mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 11:45:18 +00:00
go mod tidy
This commit is contained in:
2
go.mod
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user