This commit is contained in:
video-prize-ranch
2022-01-28 15:50:37 -05:00
parent d4afbb2e6e
commit cb99714a47
4 changed files with 183 additions and 20 deletions

4
go.mod
View File

@@ -3,6 +3,8 @@ module codeberg.org/video-prize-ranch/rimgo
go 1.17
require (
github.com/aws/aws-lambda-go v1.28.0
github.com/awslabs/aws-lambda-go-api-proxy v0.12.0
github.com/dustin/go-humanize v1.0.0
github.com/gofiber/fiber/v2 v2.24.0
github.com/gofiber/template v1.6.21
@@ -12,7 +14,7 @@ require (
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/aymerick/raymond v2.0.2+incompatible // indirect
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible // 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