forked from blind-oracle/cortex-tenant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 875 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
module github.com/mia-platform/cortex-tenant
go 1.15
require (
github.com/andybalholm/brotli v1.0.1 // indirect
github.com/blind-oracle/go-common v1.0.7
github.com/gogo/protobuf v1.3.2
github.com/golang/snappy v0.0.2
github.com/google/uuid v1.1.5
github.com/hashicorp/go-multierror v1.1.1
github.com/klauspost/compress v1.11.7 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/prometheus v1.8.2-0.20210120113717-82330b96ee74
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/valyala/fasthttp v1.19.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/text v0.3.5 // indirect
gopkg.in/yaml.v2 v2.4.0
k8s.io/apimachinery v0.20.1
k8s.io/client-go v0.20.1
)