forked from bentoml/Yatai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
69 lines (66 loc) · 2.8 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module github.com/bentoml/yatai
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.1.0 // indirect
github.com/bentoml/grafana-operator v1.4.1-0.20210927064226-14795530b647
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
github.com/elastic/go-sysinfo v1.7.0 // indirect
github.com/elastic/go-windows v1.0.1 // indirect
github.com/ghodss/yaml v1.0.0
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.7.3
github.com/go-playground/validator/v10 v10.9.0 // indirect
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/sessions v1.2.1 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2
github.com/iancoleman/strcase v0.2.0
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
github.com/lib/pq v1.10.2
github.com/loopfz/gadgeto v0.11.1
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/minio-go/v7 v7.0.13
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/panjf2000/ants/v2 v2.4.6
github.com/pkg/errors v0.9.1
github.com/prometheus/procfs v0.7.2 // indirect
github.com/rs/xid v1.3.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/tianweidut/cron v0.0.0-20201116081805-584849f819e1
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/viney-shih/go-lock v1.1.1
github.com/wI2L/fizz v0.17.0
go.elastic.co/apm v1.13.1 // indirect
go.elastic.co/apm/module/apmgormv2 v1.13.0
go.uber.org/atomic v1.9.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gorm.io/driver/postgres v1.1.0 // indirect
gorm.io/gorm v1.21.12
helm.sh/helm/v3 v3.7.0
howett.net/plist v0.0.0-20201203080718-1454fab16a06 // indirect
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/cli-runtime v0.22.1
k8s.io/client-go v0.22.1
k8s.io/kubernetes v1.13.4
k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9
)
replace github.com/bentoml/grafana-operator => github.com/bentoml/grafana-operator v1.4.1-0.20210927064226-14795530b647