Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-lambda-go v1.23.0
github.com/awslabs/aws-lambda-go-api-proxy v0.9.0
github.com/form3tech-oss/jwt-go v3.2.2+incompatible
github.com/gofiber/adaptor/v2 v2.1.3 // indirect
github.com/gofiber/adaptor/v2 v2.1.3
github.com/gofiber/fiber/v2 v2.9.0
github.com/gofiber/jwt/v2 v2.2.1
github.com/google/go-tika v0.1.21
Expand All @@ -15,8 +15,8 @@ require (
github.com/matryer/is v1.4.0 // indirect
github.com/rs/zerolog v1.20.0
github.com/sendgrid/rest v2.6.4+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.0+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
github.com/valyala/fasthttp v1.24.0
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
golang.org/x/sys v0.1.0 // indirect
)
Loading