Skip to content

Commit c152aea

Browse files
committed
lint
Signed-off-by: alanprot <alanprot@gmail.com>
1 parent 9845a26 commit c152aea

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ require (
8282
github.com/hashicorp/golang-lru/v2 v2.0.7
8383
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
8484
github.com/parquet-go/parquet-go v0.25.0
85-
github.com/prometheus-community/parquet-common v0.0.0-20250528182644-e3db427160c2
85+
github.com/prometheus-community/parquet-common v0.0.0-20250528210111-72a099ba73bf
8686
github.com/prometheus/procfs v0.15.1
8787
github.com/sercand/kuberesolver/v5 v5.1.1
8888
github.com/tjhop/slog-gokit v0.1.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,8 +1573,8 @@ github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndr
15731573
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
15741574
github.com/prashantv/gostub v1.1.0 h1:BTyx3RfQjRHnUWaGF9oQos79AlQ5k8WNktv7VGvVH4g=
15751575
github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P1IAHhP5U=
1576-
github.com/prometheus-community/parquet-common v0.0.0-20250528182644-e3db427160c2 h1:NPi9L2w3NCzz5fJG5cSbINfMNrdxeJNsxumOBfN95z8=
1577-
github.com/prometheus-community/parquet-common v0.0.0-20250528182644-e3db427160c2/go.mod h1:zRW/xXBlELf8v9h9uqWvDkjOr3N5BtQGZ6LsDX9Ea/A=
1576+
github.com/prometheus-community/parquet-common v0.0.0-20250528210111-72a099ba73bf h1:eCGltfuICTRQlC/zZVWhZW4qSnfzB4aBTDUgsxiPv2o=
1577+
github.com/prometheus-community/parquet-common v0.0.0-20250528210111-72a099ba73bf/go.mod h1:zRW/xXBlELf8v9h9uqWvDkjOr3N5BtQGZ6LsDX9Ea/A=
15781578
github.com/prometheus-community/prom-label-proxy v0.8.1-0.20240127162815-c1195f9aabc0 h1:owfYHh79h8Y5HvNMGyww+DaVwo10CKiRW1RQrrZzIwg=
15791579
github.com/prometheus-community/prom-label-proxy v0.8.1-0.20240127162815-c1195f9aabc0/go.mod h1:rT989D4UtOcfd9tVqIZRVIM8rkg+9XbreBjFNEKXvVI=
15801580
github.com/prometheus/alertmanager v0.28.1 h1:BK5pCoAtaKg01BYRUJhEDV1tqJMEtYBGzPw8QdvnnvA=

pkg/querier/parquet_queryable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package querier
22

33
import (
44
"context"
5-
"golang.org/x/sync/errgroup"
65
"time"
76

87
"github.com/go-kit/log"
@@ -19,6 +18,7 @@ import (
1918
"github.com/prometheus/prometheus/tsdb/chunkenc"
2019
"github.com/prometheus/prometheus/util/annotations"
2120
"github.com/thanos-io/thanos/pkg/strutil"
21+
"golang.org/x/sync/errgroup"
2222

2323
"github.com/cortexproject/cortex/pkg/storage/bucket"
2424
cortex_tsdb "github.com/cortexproject/cortex/pkg/storage/tsdb"

vendor/github.com/prometheus-community/parquet-common/schema/encoder.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)