-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 704 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module code
go 1.15
require (
github.com/go-redis/redis/v8 v8.3.3
github.com/golang/protobuf v1.4.2
github.com/gorilla/sessions v1.2.1
// github.com/labstack/echo-contrib v0.9.0
github.com/labstack/echo/v4 v4.1.17
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/rbcervilla/redisstore/v8 v8.0.0
github.com/spf13/viper v1.7.1
github.com/ulule/limiter/v3 v3.7.0
go.mongodb.org/mongo-driver v1.4.3
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/net v0.0.0-20201022231255-08b38378de70 // indirect
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
)