Skip to content

Commit 334f6cf

Browse files
committed
migrated from dep to Go 1.11 modules
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 6bb3487 commit 334f6cf

File tree

680 files changed

+70780
-32303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

680 files changed

+70780
-32303
lines changed

Gopkg.toml

Lines changed: 0 additions & 69 deletions
This file was deleted.

go.mod

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
module github.com/cortexproject/cortex
2+
3+
require (
4+
cloud.google.com/go v0.28.0
5+
github.com/Azure/go-autorest v10.14.0+incompatible // indirect
6+
github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5
7+
github.com/NYTimes/gziphandler v1.1.1
8+
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
9+
github.com/aws/aws-sdk-go v1.15.90
10+
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
11+
github.com/blang/semver v3.5.0+incompatible
12+
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
13+
github.com/bradfitz/gomemcache v0.0.0-20170208213004-1952afaa557d
14+
github.com/cenkalti/backoff v1.0.0 // indirect
15+
github.com/cznic/ql v1.2.0 // indirect
16+
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
17+
github.com/etcd-io/bbolt v1.3.1-etcd.8
18+
github.com/fluent/fluent-logger-golang v1.2.1 // indirect
19+
github.com/fsouza/fake-gcs-server v1.3.0
20+
github.com/go-kit/kit v0.8.0
21+
github.com/gocql/gocql v0.0.0-20180113133114-697e7c57f99b
22+
github.com/gogo/googleapis v1.1.0 // indirect
23+
github.com/gogo/protobuf v1.1.1
24+
github.com/gogo/status v1.0.3
25+
github.com/golang/protobuf v1.2.0
26+
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db
27+
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
28+
github.com/google/martian v2.1.0+incompatible // indirect
29+
github.com/googleapis/gnostic v0.2.0 // indirect
30+
github.com/gophercloud/gophercloud v0.0.0-20170916161221-b4c2377fa779 // indirect
31+
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
32+
github.com/gorilla/mux v1.6.2
33+
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
34+
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
35+
github.com/hashicorp/consul v1.1.0
36+
github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7
37+
github.com/hashicorp/serf v0.8.1 // indirect
38+
github.com/jonboulle/clockwork v0.1.0
39+
github.com/json-iterator/go v1.1.5
40+
github.com/julienschmidt/httprouter v1.1.0 // indirect
41+
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348 // indirect
42+
github.com/lann/builder v0.0.0-20150808151131-f22ce00fd939 // indirect
43+
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
44+
github.com/lib/pq v1.0.0
45+
github.com/mattes/migrate v1.3.1
46+
github.com/mattn/go-colorable v0.0.7 // indirect
47+
github.com/mattn/go-isatty v0.0.2 // indirect
48+
github.com/mattn/go-sqlite3 v1.10.0 // indirect
49+
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
50+
github.com/oklog/oklog v0.2.2 // indirect
51+
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
52+
github.com/opentracing-contrib/go-stdlib v0.0.0-20170113013457-1de4cc2120e7
53+
github.com/opentracing/opentracing-go v1.0.2
54+
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
55+
github.com/philhofer/fwd v0.0.0-20160129035939-98c11a7a6ec8 // indirect
56+
github.com/pkg/errors v0.8.0
57+
github.com/prometheus/alertmanager v0.13.0
58+
github.com/prometheus/client_golang v0.9.1
59+
github.com/prometheus/common v0.0.0-20181119215939-b36ad289a3ea
60+
github.com/prometheus/prometheus v0.0.0-20190103120706-121603c417e3
61+
github.com/prometheus/tsdb v0.3.1
62+
github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e
63+
github.com/sercand/kuberesolver v1.0.0 // indirect
64+
github.com/sirupsen/logrus v1.0.6 // indirect
65+
github.com/stretchr/testify v1.3.0
66+
github.com/tinylib/msgp v0.0.0-20161221055906-38a6f61a768d // indirect
67+
github.com/uber-go/atomic v1.3.2 // indirect
68+
github.com/uber/jaeger-client-go v2.14.0+incompatible
69+
github.com/uber/jaeger-lib v1.5.0 // indirect
70+
github.com/weaveworks/billing-client v0.0.0-20171006123215-be0d55e547b1
71+
github.com/weaveworks/common v0.0.0-20181109173936-c1808abf9c46
72+
github.com/weaveworks/mesh v0.0.0-20170131170447-5015f896ab62
73+
github.com/weaveworks/promrus v1.2.0 // indirect
74+
go.etcd.io/bbolt v1.3.2 // indirect
75+
go.opencensus.io v0.18.0 // indirect
76+
go.uber.org/atomic v1.3.2 // indirect
77+
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
78+
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect
79+
golang.org/x/sys v0.0.0-20181119195503-ec83556a53fe
80+
golang.org/x/time v0.0.0-20170424234030-8be79e1e0910
81+
golang.org/x/tools v0.0.0-20181023010539-40a48ad93fbe
82+
google.golang.org/api v0.0.0-20181203233308-6142e720c068
83+
google.golang.org/grpc v1.16.0
84+
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
85+
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
86+
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
87+
gopkg.in/yaml.v2 v2.2.1
88+
k8s.io/api v0.0.0-20180809133242-91bfdbcf0c2c // indirect
89+
)

0 commit comments

Comments
 (0)