-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
44 lines (39 loc) · 1.41 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/yusuf/bookwiseAPI
go 1.19
require (
github.com/anjolabassey/Rave-go v0.0.0-20220227000759-c0b94887bf0b
github.com/go-chi/cors v1.2.1
github.com/go-playground/validator v9.31.0+incompatible
github.com/gorilla/securecookie v1.1.1
github.com/joho/godotenv v1.4.0
github.com/kataras/go-sessions/v3 v3.3.1
go.mongodb.org/mongo-driver v1.10.3
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.43.0 // indirect
)
require (
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/stretchr/testify v1.8.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)
require (
github.com/go-chi/chi/v5 v5.0.7
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/montanaflynn/stats v0.6.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.1 // indirect
github.com/xdg-go/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
golang.org/x/crypto v0.1.0
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
)