-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (38 loc) · 1.63 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
module github.com/sakari-ai/moirai
go 1.12
require (
github.com/capitalone/go-future-context v0.0.0-20190710004304-a898d890006f
github.com/dgraph-io/ristretto v0.0.1
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/gin-gonic/gin v1.5.0
github.com/gogo/status v1.1.0
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/grpc-ecosystem/grpc-gateway v1.9.0
github.com/hashicorp/consul/api v1.3.0
github.com/hashicorp/golang-lru v0.5.3
github.com/hashicorp/memberlist v0.1.5
github.com/jinzhu/gorm v1.9.11
github.com/jonbodner/ranger v0.0.0-20170219221806-de0a8243f007 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/mitchellh/mapstructure v1.1.2
github.com/reactivex/rxgo v1.0.0
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/xeipuuv/gojsonschema v1.2.0
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
go.elastic.co/apm/module/apmzap v1.6.0
go.uber.org/zap v1.13.0
golang.org/x/sys v0.0.0-20191220220014-0732a990476f // indirect
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
google.golang.org/grpc v1.21.0
gopkg.in/gormigrate.v1 v1.6.0
gopkg.in/h2non/gock.v1 v1.0.15
)