|
1 | 1 | module github.com/grafana/loki/cmd/chunks-inspect
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.22 |
| 4 | + |
| 5 | +toolchain go1.22.2 |
| 6 | + |
| 7 | +require ( |
| 8 | + github.com/golang/snappy v0.0.4 |
| 9 | + github.com/grafana/loki/v3 v3.0.0 |
| 10 | +) |
4 | 11 |
|
5 | 12 | require (
|
6 |
| - github.com/frankban/quicktest v1.7.2 // indirect |
7 |
| - github.com/golang/snappy v0.0.1 |
8 |
| - github.com/klauspost/compress v1.11.7 |
9 |
| - github.com/pierrec/lz4 v2.3.0+incompatible |
| 13 | + github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 // indirect |
| 14 | + github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 // indirect |
| 15 | + github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect |
| 16 | + github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect |
| 17 | + github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect |
| 18 | + github.com/Masterminds/goutils v1.1.1 // indirect |
| 19 | + github.com/Masterminds/semver/v3 v3.2.0 // indirect |
| 20 | + github.com/Masterminds/sprig/v3 v3.2.3 // indirect |
| 21 | + github.com/Workiva/go-datastructures v1.1.0 // indirect |
| 22 | + github.com/alecthomas/units v0.0.0-20231202071711-9a357b53e9c9 // indirect |
| 23 | + github.com/armon/go-metrics v0.4.1 // indirect |
| 24 | + github.com/aws/aws-sdk-go v1.50.32 // indirect |
| 25 | + github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3 // indirect |
| 26 | + github.com/beorn7/perks v1.0.1 // indirect |
| 27 | + github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b // indirect |
| 28 | + github.com/cespare/xxhash v1.1.0 // indirect |
| 29 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
| 30 | + github.com/coreos/go-semver v0.3.0 // indirect |
| 31 | + github.com/coreos/go-systemd/v22 v22.5.0 // indirect |
| 32 | + github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
| 33 | + github.com/dennwc/varint v1.0.0 // indirect |
| 34 | + github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect |
| 35 | + github.com/dustin/go-humanize v1.0.1 // indirect |
| 36 | + github.com/edsrzf/mmap-go v1.1.0 // indirect |
| 37 | + github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect |
| 38 | + github.com/fatih/color v1.15.0 // indirect |
| 39 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 40 | + github.com/fsnotify/fsnotify v1.7.0 // indirect |
| 41 | + github.com/go-kit/log v0.2.1 // indirect |
| 42 | + github.com/go-logfmt/logfmt v0.6.0 // indirect |
| 43 | + github.com/go-logr/logr v1.4.1 // indirect |
| 44 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 45 | + github.com/go-redis/redis/v8 v8.11.5 // indirect |
| 46 | + github.com/gogo/googleapis v1.4.0 // indirect |
| 47 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 48 | + github.com/gogo/status v1.1.1 // indirect |
| 49 | + github.com/golang-jwt/jwt/v5 v5.2.0 // indirect |
| 50 | + github.com/golang/protobuf v1.5.3 // indirect |
| 51 | + github.com/google/btree v1.1.2 // indirect |
| 52 | + github.com/google/go-cmp v0.6.0 // indirect |
| 53 | + github.com/google/uuid v1.6.0 // indirect |
| 54 | + github.com/gorilla/mux v1.8.0 // indirect |
| 55 | + github.com/grafana/dskit v0.0.0-20240104111617-ea101a3b86eb // indirect |
| 56 | + github.com/grafana/gomemcache v0.0.0-20231204155601-7de47a8c3cb0 // indirect |
| 57 | + github.com/grafana/jsonparser v0.0.0-20240209175146-098958973a2d // indirect |
| 58 | + github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 // indirect |
| 59 | + github.com/grafana/pyroscope-go/godeltaprof v0.1.6 // indirect |
| 60 | + github.com/grafana/regexp v0.0.0-20221122212121-6b5c0a4cb7fd // indirect |
| 61 | + github.com/hashicorp/consul/api v1.28.2 // indirect |
| 62 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 63 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 64 | + github.com/hashicorp/go-hclog v1.5.0 // indirect |
| 65 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
| 66 | + github.com/hashicorp/go-msgpack v0.5.5 // indirect |
| 67 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 68 | + github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| 69 | + github.com/hashicorp/go-sockaddr v1.0.6 // indirect |
| 70 | + github.com/hashicorp/golang-lru v0.6.0 // indirect |
| 71 | + github.com/hashicorp/memberlist v0.5.0 // indirect |
| 72 | + github.com/hashicorp/serf v0.10.1 // indirect |
| 73 | + github.com/huandu/xstrings v1.3.3 // indirect |
| 74 | + github.com/imdario/mergo v0.3.16 // indirect |
| 75 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 76 | + github.com/jpillora/backoff v1.0.0 // indirect |
| 77 | + github.com/json-iterator/go v1.1.12 // indirect |
| 78 | + github.com/klauspost/compress v1.17.7 // indirect |
| 79 | + github.com/kylelemons/godebug v1.1.0 // indirect |
| 80 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 81 | + github.com/mattn/go-isatty v0.0.19 // indirect |
| 82 | + github.com/miekg/dns v1.1.58 // indirect |
| 83 | + github.com/mitchellh/copystructure v1.0.0 // indirect |
| 84 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 85 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 86 | + github.com/mitchellh/reflectwalk v1.0.1 // indirect |
| 87 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 88 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 89 | + github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect |
| 90 | + github.com/oklog/ulid v1.3.1 // indirect |
| 91 | + github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect |
| 92 | + github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect |
| 93 | + github.com/opentracing/opentracing-go v1.2.0 // indirect |
| 94 | + github.com/pierrec/lz4/v4 v4.1.18 // indirect |
| 95 | + github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect |
| 96 | + github.com/pkg/errors v0.9.1 // indirect |
| 97 | + github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
| 98 | + github.com/prometheus/client_golang v1.19.0 // indirect |
| 99 | + github.com/prometheus/client_model v0.6.0 // indirect |
| 100 | + github.com/prometheus/common v0.49.1-0.20240306132007-4199f18c3e92 // indirect |
| 101 | + github.com/prometheus/common/sigv4 v0.1.0 // indirect |
| 102 | + github.com/prometheus/exporter-toolkit v0.11.0 // indirect |
| 103 | + github.com/prometheus/procfs v0.12.0 // indirect |
| 104 | + github.com/prometheus/prometheus v0.51.0 // indirect |
| 105 | + github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect |
| 106 | + github.com/sercand/kuberesolver/v5 v5.1.1 // indirect |
| 107 | + github.com/shopspring/decimal v1.2.0 // indirect |
| 108 | + github.com/soheilhy/cmux v0.1.5 // indirect |
| 109 | + github.com/sony/gobreaker v0.5.0 // indirect |
| 110 | + github.com/spf13/cast v1.3.1 // indirect |
| 111 | + github.com/stretchr/objx v0.5.2 // indirect |
| 112 | + github.com/stretchr/testify v1.9.0 // indirect |
| 113 | + github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect |
| 114 | + github.com/uber/jaeger-lib v2.4.1+incompatible // indirect |
| 115 | + go.etcd.io/etcd/api/v3 v3.5.4 // indirect |
| 116 | + go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect |
| 117 | + go.etcd.io/etcd/client/v3 v3.5.4 // indirect |
| 118 | + go.opentelemetry.io/otel v1.24.0 // indirect |
| 119 | + go.opentelemetry.io/otel/metric v1.24.0 // indirect |
| 120 | + go.opentelemetry.io/otel/trace v1.24.0 // indirect |
| 121 | + go.uber.org/atomic v1.11.0 // indirect |
| 122 | + go.uber.org/goleak v1.3.0 // indirect |
| 123 | + go.uber.org/multierr v1.11.0 // indirect |
| 124 | + go.uber.org/zap v1.21.0 // indirect |
| 125 | + go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect |
| 126 | + golang.org/x/crypto v0.21.0 // indirect |
| 127 | + golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect |
| 128 | + golang.org/x/mod v0.16.0 // indirect |
| 129 | + golang.org/x/net v0.22.0 // indirect |
| 130 | + golang.org/x/oauth2 v0.18.0 // indirect |
| 131 | + golang.org/x/sync v0.6.0 // indirect |
| 132 | + golang.org/x/sys v0.18.0 // indirect |
| 133 | + golang.org/x/text v0.14.0 // indirect |
| 134 | + golang.org/x/time v0.5.0 // indirect |
| 135 | + golang.org/x/tools v0.19.0 // indirect |
| 136 | + google.golang.org/appengine v1.6.8 // indirect |
| 137 | + google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect |
| 138 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20240304161311-37d4d3c04a78 // indirect |
| 139 | + google.golang.org/grpc v1.62.1 // indirect |
| 140 | + google.golang.org/protobuf v1.33.0 // indirect |
| 141 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
| 142 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
| 143 | + k8s.io/apimachinery v0.29.2 // indirect |
| 144 | + k8s.io/client-go v0.29.2 // indirect |
| 145 | + k8s.io/klog/v2 v2.120.1 // indirect |
| 146 | + k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect |
10 | 147 | )
|
0 commit comments