-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 807 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/muchlist/risa_restfull
go 1.15
require (
firebase.google.com/go/v4 v4.6.0
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/disintegration/imaging v1.6.2
github.com/go-co-op/gocron v1.6.2
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/gofiber/fiber/v2 v2.6.0
github.com/golang-jwt/jwt/v4 v4.0.0
github.com/johnfercher/maroto v0.33.0
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.11.7 // indirect
github.com/muchlist/erru_utils_go v1.0.4
//github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/spf13/cast v1.4.1
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.21.0 // indirect
go.mongodb.org/mongo-driver v1.4.6
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
google.golang.org/api v0.40.0
)