-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 678 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module git-knowledge
go 1.16
require (
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
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.1
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/google/go-github/v39 v39.1.0
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c // indirect
github.com/joho/godotenv v1.4.0
github.com/labstack/echo/v4 v4.6.1
go.mongodb.org/mongo-driver v1.7.2
go.uber.org/zap v1.19.1
golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
)