github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/go.mod (about)

     1  module github.com/yankunsam/loki/v2
     2  
     3  go 1.18
     4  
     5  require (
     6  	cloud.google.com/go/bigtable v1.3.0
     7  	cloud.google.com/go/pubsub v1.3.1
     8  	cloud.google.com/go/storage v1.10.0
     9  	github.com/Azure/azure-pipeline-go v0.2.3
    10  	github.com/Azure/azure-storage-blob-go v0.13.0
    11  	github.com/Azure/go-autorest/autorest/adal v0.9.20
    12  	github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
    13  	github.com/Masterminds/sprig/v3 v3.2.2
    14  	github.com/NYTimes/gziphandler v1.1.1
    15  	github.com/Shopify/sarama v1.30.0
    16  	github.com/Workiva/go-datastructures v1.0.53
    17  	github.com/alicebob/miniredis/v2 v2.14.3
    18  	github.com/aws/aws-sdk-go v1.44.29
    19  	github.com/baidubce/bce-sdk-go v0.9.81
    20  	github.com/bmatcuk/doublestar v1.2.2
    21  	github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
    22  	github.com/buger/jsonparser v1.1.1
    23  	github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
    24  	github.com/cespare/xxhash v1.1.0
    25  	github.com/cespare/xxhash/v2 v2.1.2
    26  	github.com/cloudflare/cloudflare-go v0.27.0
    27  	github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
    28  	github.com/cristalhq/hedgedhttp v0.7.0
    29  	github.com/davecgh/go-spew v1.1.1
    30  	github.com/docker/docker v20.10.16+incompatible
    31  	github.com/docker/go-plugins-helpers v0.0.0-20181025120712-1e6269c305b8
    32  	github.com/drone/envsubst v1.0.2
    33  	github.com/dustin/go-humanize v1.0.0
    34  	github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
    35  	github.com/fatih/color v1.13.0
    36  	github.com/felixge/fgprof v0.9.1
    37  	github.com/fluent/fluent-bit-go v0.0.0-20190925192703-ea13c021720c
    38  	github.com/fsouza/fake-gcs-server v1.7.0
    39  	github.com/go-kit/log v0.2.1
    40  	github.com/go-logfmt/logfmt v0.5.1
    41  	github.com/go-redis/redis/v8 v8.11.4
    42  	github.com/gocql/gocql v0.0.0-20200526081602-cd04bd7f22a7
    43  	github.com/gogo/protobuf v1.3.2 // remember to update loki-build-image/Dockerfile too
    44  	github.com/gogo/status v1.1.0
    45  	github.com/golang/protobuf v1.5.2
    46  	github.com/golang/snappy v0.0.4
    47  	github.com/google/go-cmp v0.5.8
    48  	github.com/google/renameio/v2 v2.0.0
    49  	github.com/google/uuid v1.2.0
    50  	github.com/gorilla/mux v1.8.0
    51  	github.com/gorilla/websocket v1.4.2
    52  	github.com/grafana/dskit v0.0.0-20220809080451-26c1b619d059
    53  	github.com/grafana/go-gelf/v2 v2.0.1
    54  	github.com/grafana/regexp v0.0.0-20220304100321-149c8afcd6cb
    55  	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
    56  	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
    57  	github.com/hashicorp/consul/api v1.13.0
    58  	github.com/hashicorp/golang-lru v0.5.4
    59  	github.com/hpcloud/tail v1.0.0
    60  	github.com/imdario/mergo v0.3.12
    61  	github.com/influxdata/go-syslog/v3 v3.0.1-0.20201128200927-a1889d947b48
    62  	github.com/influxdata/telegraf v1.16.3
    63  	github.com/jmespath/go-jmespath v0.4.0
    64  	github.com/joncrlsn/dque v2.2.1-0.20200515025108-956d14155fa2+incompatible
    65  	github.com/json-iterator/go v1.1.12
    66  	github.com/klauspost/compress v1.14.1
    67  	github.com/klauspost/pgzip v1.2.5
    68  	github.com/mattn/go-ieproxy v0.0.1
    69  	github.com/minio/minio-go/v7 v7.0.24
    70  	github.com/mitchellh/mapstructure v1.4.3
    71  	github.com/modern-go/reflect2 v1.0.2
    72  	github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
    73  	github.com/ncw/swift v1.0.52
    74  	github.com/oklog/run v1.1.0
    75  	github.com/oklog/ulid v1.3.1
    76  	github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e
    77  	github.com/opentracing-contrib/go-stdlib v1.0.0
    78  	github.com/opentracing/opentracing-go v1.2.0
    79  	// github.com/pierrec/lz4 v2.0.5+incompatible
    80  	github.com/pierrec/lz4/v4 v4.1.12
    81  	github.com/pkg/errors v0.9.1
    82  	github.com/prometheus/client_golang v1.12.2
    83  	github.com/prometheus/client_model v0.2.0
    84  	github.com/prometheus/common v0.35.0
    85  	github.com/prometheus/prometheus v1.8.2-0.20211119115433-692a54649ed7
    86  	github.com/segmentio/fasthash v1.0.3
    87  	github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749
    88  	github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546
    89  	github.com/sony/gobreaker v0.4.1
    90  	github.com/spf13/afero v1.6.0
    91  	github.com/stretchr/testify v1.7.2
    92  	github.com/thanos-io/thanos v0.22.0
    93  	github.com/tonistiigi/fifo v0.0.0-20190226154929-a9fb20d87448
    94  	github.com/uber/jaeger-client-go v2.30.0+incompatible
    95  	github.com/weaveworks/common v0.0.0-20220809154356-72ba250fe659
    96  	github.com/xdg-go/scram v1.0.2
    97  	go.etcd.io/bbolt v1.3.6
    98  	go.uber.org/atomic v1.9.0
    99  	go.uber.org/goleak v1.1.12
   100  	golang.org/x/crypto v0.0.0-20220214200702-86341886e292
   101  	golang.org/x/net v0.0.0-20220706163947-c90051bbdb60
   102  	golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
   103  	golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b
   104  	golang.org/x/time v0.0.0-20220224211638-0e9765cccd65
   105  	google.golang.org/api v0.83.0
   106  	google.golang.org/grpc v1.47.0
   107  	gopkg.in/alecthomas/kingpin.v2 v2.2.6
   108  	gopkg.in/fsnotify.v1 v1.4.7
   109  	gopkg.in/yaml.v2 v2.4.0
   110  	gopkg.in/yaml.v3 v3.0.1
   111  	inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
   112  	k8s.io/klog v1.0.0
   113  )
   114  
   115  require (
   116  	github.com/grafana/groupcache_exporter v0.0.0-20220629095919-59a8c6428a43
   117  	github.com/grafana/loki v0.0.0-00010101000000-000000000000
   118  	github.com/heroku/x v0.0.50
   119  	github.com/mailgun/groupcache/v2 v2.3.2
   120  	github.com/prometheus/alertmanager v0.24.0
   121  	github.com/prometheus/common/sigv4 v0.1.0
   122  	github.com/willf/bloom v2.0.3+incompatible
   123  	golang.org/x/text v0.3.7
   124  )
   125  
   126  require (
   127  	cloud.google.com/go v0.100.2 // indirect
   128  	cloud.google.com/go/compute v1.6.1 // indirect
   129  	cloud.google.com/go/iam v0.1.0 // indirect
   130  	github.com/Azure/azure-sdk-for-go v65.0.0+incompatible // indirect
   131  	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
   132  	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
   133  	github.com/Azure/go-autorest/autorest v0.11.27 // indirect
   134  	github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
   135  	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
   136  	github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
   137  	github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
   138  	github.com/Azure/go-autorest/logger v0.2.1 // indirect
   139  	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
   140  	github.com/Masterminds/goutils v1.1.1 // indirect
   141  	github.com/Masterminds/semver/v3 v3.1.1 // indirect
   142  	github.com/Microsoft/go-winio v0.5.1 // indirect
   143  	github.com/PuerkitoBio/purell v1.1.1 // indirect
   144  	github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
   145  	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
   146  	github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
   147  	github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
   148  	github.com/armon/go-metrics v0.3.9 // indirect
   149  	github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
   150  	github.com/beorn7/perks v1.0.1 // indirect
   151  	github.com/containerd/fifo v1.0.0 // indirect
   152  	github.com/coreos/go-semver v0.3.0 // indirect
   153  	github.com/coreos/go-systemd/v22 v22.3.2 // indirect
   154  	github.com/dennwc/varint v1.0.0 // indirect
   155  	github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
   156  	github.com/digitalocean/godo v1.80.0 // indirect
   157  	github.com/dimchansky/utfbom v1.1.1 // indirect
   158  	github.com/docker/distribution v2.7.1+incompatible // indirect
   159  	github.com/docker/go-connections v0.4.0 // indirect
   160  	github.com/docker/go-metrics v0.0.1 // indirect
   161  	github.com/docker/go-units v0.4.0 // indirect
   162  	github.com/eapache/go-resiliency v1.2.0 // indirect
   163  	github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
   164  	github.com/eapache/queue v1.1.0 // indirect
   165  	github.com/edsrzf/mmap-go v1.1.0 // indirect
   166  	github.com/felixge/httpsnoop v1.0.3 // indirect
   167  	github.com/fsnotify/fsnotify v1.5.4 // indirect
   168  	github.com/go-kit/kit v0.12.0 // indirect
   169  	github.com/go-logr/logr v1.2.3 // indirect
   170  	github.com/go-logr/stdr v1.2.2 // indirect
   171  	github.com/go-openapi/analysis v0.21.2 // indirect
   172  	github.com/go-openapi/errors v0.20.2 // indirect
   173  	github.com/go-openapi/jsonpointer v0.19.5 // indirect
   174  	github.com/go-openapi/jsonreference v0.19.6 // indirect
   175  	github.com/go-openapi/loads v0.21.1 // indirect
   176  	github.com/go-openapi/spec v0.20.4 // indirect
   177  	github.com/go-openapi/strfmt v0.21.2 // indirect
   178  	github.com/go-openapi/swag v0.21.1 // indirect
   179  	github.com/go-openapi/validate v0.21.0 // indirect
   180  	github.com/go-stack/stack v1.8.1 // indirect
   181  	github.com/go-zookeeper/zk v1.0.2 // indirect
   182  	github.com/gofrs/flock v0.7.1 // indirect
   183  	github.com/gogo/googleapis v1.4.0 // indirect
   184  	github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
   185  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
   186  	github.com/google/btree v1.0.1 // indirect
   187  	github.com/google/go-querystring v1.1.0 // indirect
   188  	github.com/google/gofuzz v1.2.0 // indirect
   189  	github.com/google/pprof v0.0.0-20220520215854-d04f2422c8a1 // indirect
   190  	github.com/googleapis/gax-go/v2 v2.4.0 // indirect
   191  	github.com/googleapis/gnostic v0.5.5 // indirect
   192  	github.com/gophercloud/gophercloud v0.25.0 // indirect
   193  	github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7 // indirect
   194  	github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
   195  	github.com/hashicorp/errwrap v1.0.0 // indirect
   196  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
   197  	github.com/hashicorp/go-hclog v0.16.2 // indirect
   198  	github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
   199  	github.com/hashicorp/go-msgpack v0.5.5 // indirect
   200  	github.com/hashicorp/go-multierror v1.1.1 // indirect
   201  	github.com/hashicorp/go-rootcerts v1.0.2 // indirect
   202  	github.com/hashicorp/go-sockaddr v1.0.2 // indirect
   203  	github.com/hashicorp/go-uuid v1.0.2 // indirect
   204  	github.com/hashicorp/memberlist v0.3.1 // indirect
   205  	github.com/hashicorp/serf v0.9.6 // indirect
   206  	github.com/huandu/xstrings v1.3.1 // indirect
   207  	github.com/jcmturner/aescts/v2 v2.0.0 // indirect
   208  	github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
   209  	github.com/jcmturner/gofork v1.0.0 // indirect
   210  	github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
   211  	github.com/jcmturner/rpc/v2 v2.0.3 // indirect
   212  	github.com/josharian/intern v1.0.0 // indirect
   213  	github.com/jpillora/backoff v1.0.0 // indirect
   214  	github.com/julienschmidt/httprouter v1.3.0 // indirect
   215  	github.com/klauspost/cpuid v1.3.1 // indirect
   216  	github.com/leodido/ragel-machinery v0.0.0-20181214104525-299bdde78165 // indirect
   217  	github.com/mailru/easyjson v0.7.7 // indirect
   218  	github.com/mattn/go-colorable v0.1.12 // indirect
   219  	github.com/mattn/go-isatty v0.0.14 // indirect
   220  	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
   221  	github.com/miekg/dns v1.1.49 // indirect
   222  	github.com/minio/md5-simd v1.1.0 // indirect
   223  	github.com/minio/sha256-simd v0.1.1 // indirect
   224  	github.com/mitchellh/copystructure v1.0.0 // indirect
   225  	github.com/mitchellh/go-homedir v1.1.0 // indirect
   226  	github.com/mitchellh/reflectwalk v1.0.1 // indirect
   227  	github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
   228  	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
   229  	github.com/morikuni/aec v1.0.0 // indirect
   230  	github.com/opencontainers/go-digest v1.0.0 // indirect
   231  	github.com/opencontainers/image-spec v1.0.2 // indirect
   232  	github.com/pierrec/lz4 v2.6.1+incompatible // indirect
   233  	github.com/pmezard/go-difflib v1.0.0 // indirect
   234  	github.com/prometheus/exporter-toolkit v0.7.1 // indirect
   235  	github.com/prometheus/procfs v0.7.3 // indirect
   236  	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
   237  	github.com/rs/xid v1.2.1 // indirect
   238  	github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
   239  	github.com/sercand/kuberesolver v2.4.0+incompatible // indirect
   240  	github.com/shopspring/decimal v1.2.0 // indirect
   241  	github.com/sirupsen/logrus v1.8.1 // indirect
   242  	github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72 // indirect
   243  	github.com/spf13/cast v1.3.1 // indirect
   244  	github.com/spf13/pflag v1.0.5 // indirect
   245  	github.com/stretchr/objx v0.2.0 // indirect
   246  	github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
   247  	github.com/ugorji/go/codec v1.1.7 // indirect
   248  	github.com/weaveworks/promrus v1.2.0 // indirect
   249  	github.com/willf/bitset v1.1.11 // indirect
   250  	github.com/xdg-go/pbkdf2 v1.0.0 // indirect
   251  	github.com/xdg-go/stringprep v1.0.2 // indirect
   252  	github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da // indirect
   253  	go.etcd.io/etcd/api/v3 v3.5.0 // indirect
   254  	go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
   255  	go.etcd.io/etcd/client/v3 v3.5.0 // indirect
   256  	go.mongodb.org/mongo-driver v1.8.3 // indirect
   257  	go.opencensus.io v0.23.0 // indirect
   258  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0 // indirect
   259  	go.opentelemetry.io/otel v1.7.0 // indirect
   260  	go.opentelemetry.io/otel/metric v0.30.0 // indirect
   261  	go.opentelemetry.io/otel/trace v1.7.0 // indirect
   262  	go.uber.org/multierr v1.7.0 // indirect
   263  	go.uber.org/zap v1.19.1 // indirect
   264  	go4.org/intern v0.0.0-20211027215823-ae77deb06f29 // indirect
   265  	go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
   266  	golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
   267  	golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect
   268  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
   269  	golang.org/x/tools v0.1.10 // indirect
   270  	golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
   271  	google.golang.org/appengine v1.6.7 // indirect
   272  	google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect
   273  	google.golang.org/protobuf v1.28.0 // indirect
   274  	gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
   275  	gopkg.in/inf.v0 v0.9.1 // indirect
   276  	gopkg.in/ini.v1 v1.57.0 // indirect
   277  	gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
   278  	k8s.io/api v0.24.1 // indirect
   279  	k8s.io/apimachinery v0.24.1 // indirect
   280  	k8s.io/client-go v0.24.1 // indirect
   281  	k8s.io/klog/v2 v2.60.1 // indirect
   282  	k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
   283  	k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
   284  	rsc.io/binaryregexp v0.2.0 // indirect
   285  	sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
   286  	sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
   287  	sigs.k8s.io/yaml v1.3.0 // indirect
   288  )
   289  
   290  // Upgrade to run with gRPC 1.3.0 and above.
   291  replace github.com/sercand/kuberesolver => github.com/sercand/kuberesolver v2.4.0+incompatible
   292  
   293  replace github.com/hpcloud/tail => github.com/grafana/tail v0.0.0-20220426200921-98e8eb28ea4c
   294  
   295  replace github.com/Azure/azure-sdk-for-go => github.com/Azure/azure-sdk-for-go v36.2.0+incompatible
   296  
   297  replace github.com/Azure/azure-storage-blob-go => github.com/MasslessParticle/azure-storage-blob-go v0.14.1-0.20220216145902-b5e698eff68e
   298  
   299  replace k8s.io/api => k8s.io/api v0.23.6
   300  
   301  replace k8s.io/apimachinery => k8s.io/apimachinery v0.23.6
   302  
   303  replace github.com/hashicorp/consul => github.com/hashicorp/consul v1.5.1
   304  
   305  // Use fork of gocql that has gokit logs and Prometheus metrics.
   306  replace github.com/gocql/gocql => github.com/grafana/gocql v0.0.0-20200605141915-ba5dc39ece85
   307  
   308  // Same as Cortex
   309  // Using a 3rd-party branch for custom dialer - see https://github.com/bradfitz/gomemcache/pull/86
   310  replace github.com/bradfitz/gomemcache => github.com/owen-d/gomemcache v0.0.0-20220719101501-ce4268ea75ae
   311  
   312  // We only pin this version to avoid problems with running go get: github.com/thanos-io/thanos@main. That
   313  // currently fails because Thanos isn't merging release branches to main branch, and Go modules system is then
   314  // confused about which version is the latest one. v0.22.0 was released in July, but latest tag reachable from main
   315  // is v0.19.1. We pin version from late september here. Feel free to remove when updating to later version.
   316  replace github.com/thanos-io/thanos v0.22.0 => github.com/thanos-io/thanos v0.19.1-0.20211126105533-c5505f5eaa7d
   317  
   318  replace github.com/cloudflare/cloudflare-go => github.com/cyriltovena/cloudflare-go v0.27.1-0.20211118103540-ff77400bcb93
   319  
   320  exclude k8s.io/client-go v8.0.0+incompatible
   321  
   322  // Trying to downgrade client-go
   323  replace k8s.io/client-go => k8s.io/client-go v0.23.6
   324  
   325  // Trying to downgrade kube-openapi to avoid issues with google gnostic library
   326  replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
   327  
   328  // grpc v1.46.0 removed "WithBalancerName()" API, still in use by weaveworks/commons.
   329  replace google.golang.org/grpc => google.golang.org/grpc v1.45.0
   330  
   331  // We need to define the replace because thanos is importing an older version and then replacing it
   332  replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.36.2-0.20220613200027-59727ab0eb48
   333  
   334  // Replace memberlist with our fork which includes some fixes that haven't been
   335  // merged upstream yet.
   336  replace github.com/hashicorp/memberlist => github.com/grafana/memberlist v0.3.1-0.20220714140823-09ffed8adbbe
   337