-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
29 lines (27 loc) · 1023 Bytes
/
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
29
module nistagram
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-redis/redis/v8 v8.10.0
github.com/google/uuid v1.2.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/johnfercher/maroto v0.33.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/neo4j/neo4j-go-driver/v4 v4.3.0
github.com/opentracing/opentracing-go v1.2.0
github.com/pquerna/otp v1.3.0
github.com/prometheus/client_golang v1.11.0
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
go.mongodb.org/mongo-driver v1.5.3
go.uber.org/atomic v1.8.0 // indirect
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gorm.io/driver/mysql v1.1.0
gorm.io/gorm v1.21.10
)