-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
36 lines (35 loc) · 1.75 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
module github.com/moiot/gravity-operator
require (
github.com/DataDog/zstd v1.3.5 // indirect
github.com/Shopify/sarama v1.20.1 // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gregjones/httpcache v0.0.0-20181110185634-c63ab54fda8f // indirect
github.com/grpc-ecosystem/grpc-gateway v1.6.3 // indirect
github.com/hashicorp/go-getter v0.0.0-20190112230949-c68364a1fae1 // indirect
github.com/hashicorp/go-plugin v1.0.0 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/jinzhu/gorm v1.9.2 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/moiot/gravity v0.9.62
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
github.com/serialx/hashring v0.0.0-20180504054112-49a4782e9908 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/pflag v1.0.3 // indirect
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.2.2
k8s.io/api v0.0.0-20181216230433-16e3e9a3868f
k8s.io/apimachinery v0.0.0-20181203235515-3d8ee2261517
k8s.io/client-go v8.0.0+incompatible
k8s.io/kube-openapi v0.0.0-20181114233023-0317810137be // indirect
)