mirror of https://github.com/grafana/loki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
317 lines
15 KiB
317 lines
15 KiB
module github.com/grafana/loki
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
cloud.google.com/go/bigtable v1.3.0
|
|
cloud.google.com/go/pubsub v1.3.1
|
|
cloud.google.com/go/storage v1.10.0
|
|
github.com/Azure/azure-pipeline-go v0.2.3
|
|
github.com/Azure/azure-storage-blob-go v0.13.0
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/Shopify/sarama v1.30.0
|
|
github.com/Workiva/go-datastructures v1.0.53
|
|
github.com/alicebob/miniredis/v2 v2.14.3
|
|
github.com/aws/aws-sdk-go v1.42.28
|
|
github.com/bmatcuk/doublestar v1.2.2
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
github.com/buger/jsonparser v1.1.1
|
|
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
|
|
github.com/cespare/xxhash v1.1.0
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/cristalhq/hedgedhttp v0.7.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docker/docker v20.10.12+incompatible
|
|
github.com/docker/go-plugins-helpers v0.0.0-20181025120712-1e6269c305b8
|
|
github.com/drone/envsubst v1.0.2
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
github.com/fatih/color v1.13.0
|
|
github.com/felixge/fgprof v0.9.1
|
|
github.com/fluent/fluent-bit-go v0.0.0-20190925192703-ea13c021720c
|
|
github.com/fsouza/fake-gcs-server v1.7.0
|
|
github.com/go-kit/log v0.2.0
|
|
github.com/go-logfmt/logfmt v0.5.1
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
|
|
github.com/gogo/protobuf v1.3.2 // remember to update loki-build-image/Dockerfile too
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grafana/dskit v0.0.0-20220211095946-19921f863583
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
|
github.com/hashicorp/consul/api v1.12.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/hpcloud/tail v1.0.0
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/influxdata/go-syslog/v3 v3.0.1-0.20201128200927-a1889d947b48
|
|
github.com/influxdata/telegraf v1.16.3
|
|
github.com/jmespath/go-jmespath v0.4.0
|
|
github.com/joncrlsn/dque v2.2.1-0.20200515025108-956d14155fa2+incompatible
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/klauspost/compress v1.14.1
|
|
github.com/klauspost/pgzip v1.2.5
|
|
github.com/minio/minio-go/v7 v7.0.10
|
|
github.com/mitchellh/mapstructure v1.4.3
|
|
github.com/modern-go/reflect2 v1.0.2
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
|
|
github.com/ncw/swift v1.0.52
|
|
github.com/oklog/run v1.1.0
|
|
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e
|
|
github.com/opentracing-contrib/go-stdlib v1.0.0
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
// github.com/pierrec/lz4 v2.0.5+incompatible
|
|
github.com/pierrec/lz4/v4 v4.1.12
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.32.1
|
|
github.com/prometheus/prometheus v1.8.2-0.20211119115433-692a54649ed7
|
|
github.com/segmentio/fasthash v1.0.2
|
|
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
|
|
github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
|
|
github.com/sony/gobreaker v0.4.1
|
|
github.com/spf13/afero v1.6.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/thanos-io/thanos v0.22.0
|
|
github.com/tonistiigi/fifo v0.0.0-20190226154929-a9fb20d87448
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible
|
|
github.com/weaveworks/common v0.0.0-20211015155308-ebe5bdc2c89e
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/atomic v1.9.0
|
|
go.uber.org/goleak v1.1.12
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
|
golang.org/x/net v0.0.0-20220105145211-5b0dc2dfae98
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
|
|
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
|
|
google.golang.org/api v0.65.0
|
|
google.golang.org/grpc v1.40.1
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/fsnotify.v1 v1.4.7
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
inet.af/netaddr v0.0.0-20210707202901-70468d781e6c
|
|
k8s.io/klog v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/renameio/v2 v2.0.0
|
|
github.com/google/uuid v1.2.0
|
|
github.com/grafana/regexp v0.0.0-20220304100321-149c8afcd6cb
|
|
github.com/mattn/go-ieproxy v0.0.1
|
|
github.com/xdg-go/scram v1.0.2
|
|
gopkg.in/Graylog2/go-gelf.v2 v2.0.0-20191017102106-1550ee647df0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.100.2 // indirect
|
|
cloud.google.com/go/compute v0.1.0 // indirect
|
|
cloud.google.com/go/iam v0.1.0 // indirect
|
|
cloud.google.com/go/kms v1.0.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v61.1.0+incompatible // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.23 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
github.com/Microsoft/go-winio v0.4.17 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
|
|
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
|
github.com/armon/go-metrics v0.3.9 // indirect
|
|
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/containerd/containerd v1.5.7 // indirect
|
|
github.com/containerd/fifo v1.0.0 // indirect
|
|
github.com/coreos/etcd v3.3.25+incompatible // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
github.com/dennwc/varint v1.0.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/digitalocean/godo v1.73.0 // indirect
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/eapache/go-resiliency v1.2.0 // indirect
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
|
|
github.com/eapache/queue v1.1.0 // indirect
|
|
github.com/edsrzf/mmap-go v1.1.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/go-kit/kit v0.12.0 // indirect
|
|
github.com/go-logr/logr v1.2.0 // indirect
|
|
github.com/go-openapi/analysis v0.20.0 // indirect
|
|
github.com/go-openapi/errors v0.20.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.5 // indirect
|
|
github.com/go-openapi/loads v0.20.2 // indirect
|
|
github.com/go-openapi/runtime v0.19.29 // indirect
|
|
github.com/go-openapi/spec v0.20.3 // indirect
|
|
github.com/go-openapi/strfmt v0.21.1 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/go-openapi/validate v0.20.2 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/go-zookeeper/zk v1.0.2 // indirect
|
|
github.com/gogo/googleapis v1.4.0 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/google/gofuzz v1.1.0 // indirect
|
|
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
|
|
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
|
|
github.com/googleapis/gnostic v0.4.1 // indirect
|
|
github.com/gophercloud/gophercloud v0.24.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v0.16.2 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-msgpack v0.5.5 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.2 // indirect
|
|
github.com/hashicorp/memberlist v0.3.0 // indirect
|
|
github.com/hashicorp/serf v0.9.6 // indirect
|
|
github.com/huandu/xstrings v1.3.1 // indirect
|
|
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
|
|
github.com/jcmturner/gofork v1.0.0 // indirect
|
|
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
|
|
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
github.com/klauspost/cpuid v1.3.1 // indirect
|
|
github.com/leodido/ragel-machinery v0.0.0-20181214104525-299bdde78165 // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/miekg/dns v1.1.45 // indirect
|
|
github.com/minio/md5-simd v1.1.0 // indirect
|
|
github.com/minio/sha256-simd v0.1.1 // indirect
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/alertmanager v0.23.1-0.20210914172521-e35efbddb66a // indirect
|
|
github.com/prometheus/common/sigv4 v0.1.0 // indirect
|
|
github.com/prometheus/node_exporter v1.0.0-rc.0.0.20200428091818-01054558c289 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
|
|
github.com/rs/xid v1.2.1 // indirect
|
|
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
|
|
github.com/sercand/kuberesolver v2.4.0+incompatible // indirect
|
|
github.com/shopspring/decimal v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
|
github.com/weaveworks/promrus v1.2.0 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/stringprep v1.0.2 // indirect
|
|
github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
|
|
go.etcd.io/etcd v3.3.25+incompatible // indirect
|
|
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
|
|
go.etcd.io/etcd/client/v3 v3.5.0 // indirect
|
|
go.mongodb.org/mongo-driver v1.7.5 // indirect
|
|
go.opencensus.io v0.23.0 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.19.1 // indirect
|
|
go4.org/intern v0.0.0-20210108033219-3eb7198706b2 // indirect
|
|
go4.org/unsafe/assume-no-moving-gc v0.0.0-20201222180813-1025295fd063 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
k8s.io/api v0.22.4 // indirect
|
|
k8s.io/apimachinery v0.22.4 // indirect
|
|
k8s.io/client-go v12.0.0+incompatible // indirect
|
|
k8s.io/klog/v2 v2.40.1 // indirect
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920 // indirect
|
|
rsc.io/binaryregexp v0.2.0 // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.0 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/cloudflare/cloudflare-go v0.27.0
|
|
github.com/gofrs/flock v0.7.1 // indirect
|
|
github.com/gogo/status v1.1.0
|
|
github.com/oklog/ulid v1.3.1
|
|
)
|
|
|
|
// Upgrade to run with gRPC 1.3.0 and above.
|
|
replace github.com/sercand/kuberesolver => github.com/sercand/kuberesolver v2.4.0+incompatible
|
|
|
|
replace github.com/hpcloud/tail => github.com/grafana/tail v0.0.0-20201004203643-7aa4e4a91f03
|
|
|
|
replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v36.2.0+incompatible
|
|
|
|
replace github.com/Azure/azure-storage-blob-go => github.com/MasslessParticle/azure-storage-blob-go v0.14.1-0.20220216145902-b5e698eff68e
|
|
|
|
replace k8s.io/client-go => k8s.io/client-go v0.21.0
|
|
|
|
replace k8s.io/api => k8s.io/api v0.21.0
|
|
|
|
replace k8s.io/apimachinery => k8s.io/apimachinery v0.21.0
|
|
|
|
replace github.com/hashicorp/consul => github.com/hashicorp/consul v1.5.1
|
|
|
|
// Use fork of gocql that has gokit logs and Prometheus metrics.
|
|
replace github.com/gocql/gocql => github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85
|
|
|
|
// Same as Cortex
|
|
// Using a 3rd-party branch for custom dialer - see https://github.com/bradfitz/gomemcache/pull/86
|
|
replace github.com/bradfitz/gomemcache => github.com/themihai/gomemcache v0.0.0-20180902122335-24332e2d58ab
|
|
|
|
// We only pin this version to avoid problems with running go get: github.com/thanos-io/thanos@main. That
|
|
// currently fails because Thanos isn't merging release branches to main branch, and Go modules system is then
|
|
// confused about which version is the latest one. v0.22.0 was released in July, but latest tag reachable from main
|
|
// is v0.19.1. We pin version from late september here. Feel free to remove when updating to later version.
|
|
replace github.com/thanos-io/thanos v0.22.0 => github.com/thanos-io/thanos v0.19.1-0.20211126105533-c5505f5eaa7d
|
|
|
|
// We use a fork of Graylog to avoid leaking goroutine when closing the Promtail target.
|
|
replace gopkg.in/Graylog2/go-gelf.v2 => github.com/grafana/go-gelf v0.0.0-20211112153804-126646b86de8
|
|
|
|
replace github.com/cloudflare/cloudflare-go => github.com/cyriltovena/cloudflare-go v0.27.1-0.20211118103540-ff77400bcb93
|
|
|