forked from vinbigdata-medical/vindr-lab-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 642 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (20 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module vindr-lab-api
go 1.15
require (
github.com/Nerzal/gocloak/v7 v7.8.0
github.com/bsm/redislock v0.7.0
github.com/dustin/go-humanize v1.0.0
github.com/elastic/go-elasticsearch/v7 v7.9.0
github.com/enriquebris/goconcurrentqueue v0.6.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.7.0
github.com/go-redis/redis/v8 v8.3.4
github.com/gojektech/heimdall/v6 v6.1.0
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.1.2
github.com/minio/minio-go/v7 v7.0.5
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.10.0
gopkg.in/go-playground/assert.v1 v1.2.1
)