forked from tkestack/kvass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 825 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
module tkestack.io/kvass
go 1.15
require (
github.com/cssivision/reverseproxy v0.0.1
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.3
github.com/go-kit/kit v0.10.0
github.com/gobuffalo/packr/v2 v2.2.0
github.com/mitchellh/hashstructure/v2 v2.0.1
github.com/mroth/weightedrand v0.4.1
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.14.0
github.com/prometheus/prometheus v1.8.2-0.20201015110737-0a7fdd3b7696
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
golang.org/x/sync v0.0.0-20200930132711-30421366ff76
golang.org/x/sys v0.0.0-20210309040221-94ec62e08169 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
)