generated from FiveIT/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/FiveIT/eseuri
go 1.17
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
github.com/gofiber/fiber/v2 v2.9.0
github.com/gofiber/jwt/v2 v2.2.1
github.com/google/go-tika v0.1.21
github.com/machinebox/graphql v0.2.2
github.com/rs/zerolog v1.20.0
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
github.com/valyala/fasthttp v1.24.0
)
require (
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/gofiber/utils v0.1.2 // indirect
github.com/klauspost/compress v1.12.1 // indirect
github.com/matryer/is v1.4.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/sendgrid/rest v2.6.4+incompatible // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/net v0.0.0-20210226101413-39120d07d75e // indirect
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
)