-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 742 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (18 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module dev-hack-backend
go 1.16
require (
github.com/aws/aws-sdk-go v1.38.55
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.7.2
github.com/go-critic/go-critic v0.6.1 // indirect
github.com/go-toolsmith/pkgload v1.0.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
github.com/zhashkevych/auth v0.0.0-20200331153139-c37e02c6aad8
go.mongodb.org/mongo-driver v1.5.3
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/mod v0.5.1 // indirect
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
golang.org/x/tools v0.1.7 // indirect
)