forked from HotPotatoC/twitter-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 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
module github.com/HotPotatoC/twitter-clone
go 1.16
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/aws/aws-sdk-go v1.38.25
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.2
github.com/go-redis/redis/v8 v8.8.0
github.com/gofiber/fiber/v2 v2.9.0
github.com/gofiber/helmet/v2 v2.1.2
github.com/jackc/pgx/v4 v4.11.0
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.12.2 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/mattn/go-colorable v0.1.8
github.com/pkg/errors v0.9.1
github.com/valyala/fasthttp v1.24.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
)