forked from PolarPanda611/trinity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.2 KB
/
Copy pathgo.mod
File metadata and controls
33 lines (30 loc) · 1.2 KB
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
30
31
32
33
module github.com/PolarPanda611/trinity
go 1.12
require (
github.com/PolarPanda611/reflections v1.0.0
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
github.com/bwmarrin/snowflake v0.3.0
github.com/coreos/etcd v3.3.19+incompatible
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-contrib/cors v1.3.0
github.com/gin-gonic/gin v1.5.0
github.com/go-kit/kit v0.9.0
github.com/google/uuid v1.1.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
github.com/hashicorp/consul/api v1.4.0
github.com/jinzhu/configor v1.1.1
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/jinzhu/gorm v1.9.11
github.com/lib/pq v1.1.1
github.com/nats-io/nats-server v1.4.1 // indirect
github.com/nats-io/nats-server/v2 v2.1.4 // indirect
github.com/oleiade/reflections v1.0.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/swaggo/gin-swagger v1.2.0
google.golang.org/grpc v1.26.0
)