Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
162 commits
Select commit Hold shift + click to select a range
52d84eb
Query-frontend: Fix connection to Redis with TLS.
didukh86 Aug 28, 2024
c89dee1
Add record to the changelog
didukh86 Sep 2, 2024
a230123
query: queryable is not respecting limits (#7679)
MichaHoffmann Sep 2, 2024
65c3a0e
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o…
dependabot[bot] Sep 2, 2024
93200ea
website: max-height for version-picker dropdown (#7642)
milinddethe15 Sep 2, 2024
1c2d6ca
build(deps): bump github/codeql-action from 3.26.2 to 3.26.5 (#7667)
dependabot[bot] Sep 2, 2024
75f0328
Bump golang.org/x/time from 0.5.0 to 0.6.0 (#7601)
dependabot[bot] Sep 2, 2024
4c5bace
Merge branch 'main' into query_frontend_tls_redis_fix
didukh86 Sep 4, 2024
5325039
Remove empty lines
didukh86 Sep 4, 2024
e4e645a
Merge branch 'main' into query_frontend_tls_redis_fix
didukh86 Sep 19, 2024
b955106
Merge branch 'main' into query_frontend_tls_redis_fix
didukh86 Sep 19, 2024
81350e8
Merge branch 'main' into query_frontend_tls_redis_fix
didukh86 Sep 27, 2024
da6344a
Merge branch 'main' into query_frontend_tls_redis_fix
didukh86 Oct 17, 2024
b144eba
receive: port expanded postings cache from Cortex (#7914)
GiedriusS Nov 21, 2024
a55844d
receive/expandedpostingscache: fix race (#7937)
GiedriusS Nov 25, 2024
1d76335
receive: Allow specifying a custom gRPC service config via flag (#7907)
philipgough Nov 25, 2024
1a3dc07
Merge branch 'main' into query_frontend_tls_redis_fix
fpetkovski Nov 28, 2024
e4d8234
Merge pull request #7674 from didukh86/query_frontend_tls_redis_fix
fpetkovski Nov 28, 2024
e133849
remove redundant redis config (#7942)
bluesky6529 Nov 28, 2024
dd86ec8
Capnp: Use segment from existing message (#7945)
fpetkovski Nov 28, 2024
cd0ac33
Merge branch 'main' into merge-release-0.37-to-main
saswatamcode Nov 28, 2024
96cc4f1
Fix ver
saswatamcode Nov 28, 2024
51fddeb
Merge pull request #7946 from saswatamcode/merge-release-0.37-to-main
saswatamcode Nov 28, 2024
1ea4e69
[Receive] Fix race condition when adding multiple new tenants at once…
jnyi Dec 3, 2024
1a328c1
Update promql-engine for subquery fix (#7953)
saswatamcode Dec 3, 2024
dec2686
Sidecar: Ensure limit param is positive for compatibility with older …
saswatamcode Dec 3, 2024
5d2f3b6
Merge branch 'main' into merge-release-0.37.1-to-main
saswatamcode Dec 4, 2024
7037331
Merge pull request #7959 from saswatamcode/merge-release-0.37.1-to-main
saswatamcode Dec 4, 2024
d0d93db
Fix potential deadlock in hedging request (#7962)
SungJin1212 Dec 5, 2024
51c7dcd
Mark posting group lazy if it has a lot of keys (#7961)
yeya24 Dec 10, 2024
b3645c8
sidecar: fix limit mintime (#7970)
MichaHoffmann Dec 10, 2024
0ea6bac
store gateway: fix merge fetched postings with lazy postings (#7979)
yeya24 Dec 10, 2024
3ac552d
Merge branch 'main' into merge-release-0.37.2-to-main
saswatamcode Dec 11, 2024
683cf17
Merge pull request #7982 from saswatamcode/merge-release-0.37.2-to-main
saswatamcode Dec 11, 2024
1ca8292
api: bump promql engine and fix fallout (#8000)
MichaHoffmann Dec 17, 2024
1b58ed1
receive: fix maxBufferedResponses channel size to avoid deadlock (#7978)
rvichery Dec 18, 2024
8e4eb42
.github: run e2e tests on newer ubuntu
GiedriusS Dec 18, 2024
e2cb509
Forcing headless and making sure we can run it before creating the co…
pedro-stanaka Dec 18, 2024
80c89fd
query: distributed engine - allow querying overlapping intervals (com…
abelsimonn Dec 18, 2024
b881f6c
Merge pull request #8005 from pedro-stanaka/fix-e2e-maybe
fpetkovski Dec 18, 2024
4a84785
Add labels to rules UI (#8009)
coleenquadros Dec 19, 2024
8311e3d
build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
dependabot[bot] Dec 20, 2024
c5025b7
Merge pull request #8002 from thanos-io/dependabot/go_modules/golang.…
fpetkovski Dec 20, 2024
b655685
*: replace `golang.org/x/exp` with standard library
Juneezee Dec 23, 2024
90bfef6
Tidy `go.mod` properly
Juneezee Dec 23, 2024
ab13e10
Merge pull request #8021 from Juneezee/refactor/exp
fpetkovski Dec 24, 2024
d298d5a
*: replace `cespare/xxhash` with `cespare/xxhash/v2`
Juneezee Dec 23, 2024
2d041dc
Merge pull request #8018 from Juneezee/refactor/xxhash
fpetkovski Dec 24, 2024
6f03fcb
QFE: Fix @ modifier not being applied correctly on subqueries (#8016)
harry671003 Dec 26, 2024
ca40906
Bump devcontainer Dockerfile base image from go1.22 to go1.23 (#8031)
cswpy Dec 31, 2024
626d0e5
Receiver: cache matchers for series calls (#7353)
pedro-stanaka Jan 3, 2025
803556c
Updating x/net package (#8034)
rofc Jan 3, 2025
07734b9
add pool for expanded posting slice (#8035)
yeya24 Jan 5, 2025
40d844d
receive: unhide tsdb.out-of-order.time-window and tsdb.out-of-order.c…
milinddethe15 Jan 5, 2025
4a246ce
build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.6…
dependabot[bot] Jan 5, 2025
6e29530
optimize store gateway bytes limiter reserve with type request (#8025)
yeya24 Jan 5, 2025
bed76cf
Fix matcher cache (#8039)
alanprot Jan 6, 2025
2ff07b2
Optimize sort keys by server in memcache client (#8026)
yeya24 Jan 6, 2025
ca2e23f
add block lifecycle callback (#8036)
yeya24 Jan 6, 2025
0e95c46
Fix binary reader download duration histogram (#8017)
yeya24 Jan 6, 2025
0d42636
Matcher cache/series (#8045)
alanprot Jan 7, 2025
f250d68
query: fix panic when selecting non-default engine (#8050)
MichaHoffmann Jan 9, 2025
4ba0ba4
pkg/cacheutil: Async op fix (#8044)
dsabsay Jan 10, 2025
caffc11
make lazy posting series match ratio configurable (#8049)
yeya24 Jan 15, 2025
a3b78c2
QFE: fixing stats middleware when cache is enabled (#8046)
pedro-stanaka Jan 15, 2025
300a9ed
[FEATURE] adding otlp endpoint (#7996)
nicolastakashi Jan 15, 2025
2367777
query, rule: make endpoint discovery dynamically reloadable (#7890)
MichaHoffmann Jan 15, 2025
45013e1
skip match label values for certain matchers (#8084)
yeya24 Feb 2, 2025
8cd83bf
Extend posting-group-max-key-series-ratio for add all posting group (…
yeya24 Feb 2, 2025
57efc2a
Add a func to convert go-kit log to slog (#7969)
SungJin1212 Feb 3, 2025
c25a356
fix: add POST into allowed CORS methods header (#8091)
celian-garcia Feb 6, 2025
a13fc75
Fix deadlock in metadata fetcher (#8092)
psliwka Feb 7, 2025
38f4c3c
store: lock around iterating over s.blocks (#8088)
GiedriusS Feb 7, 2025
346d18b
Update prometheus verison to v3.1.0 (#8090)
SungJin1212 Feb 12, 2025
fe65128
build(deps): bump github.com/tjhop/slog-gokit from 0.1.2 to 0.1.3 (#8…
dependabot[bot] Feb 18, 2025
6fa81f7
*: bump Go to 1.24 (#8105)
Saumya40-codes Feb 18, 2025
71bbafb
Remove quote from replica label. (#8075)
martafolf Feb 18, 2025
151ae74
Query: dynamic endpointgroups are allowed (#8113)
MichaHoffmann Feb 19, 2025
426b2f1
[issue-8106] fix tenant hashring glob with multiple match patterns (#…
jnyi Feb 20, 2025
f230915
build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/o…
dependabot[bot] Feb 21, 2025
4a83459
query : add missing xincrease/xrate aggregation (#8120)
miinsun Feb 25, 2025
4ba7d59
Infer max query downsample resolution from promql query (#7012)
yeya24 Feb 25, 2025
c69f112
Optimize wildcard matchers for .* and .+ (#8131)
yeya24 Mar 3, 2025
81dfb50
Query: bump promql-engine (#8118)
MichaHoffmann Mar 3, 2025
7457649
build(deps): bump actions/cache from 4.0.2 to 4.2.1 (#8122)
dependabot[bot] Mar 3, 2025
812688e
build(deps): bump peter-evans/create-pull-request from 7.0.6 to 7.0.7…
dependabot[bot] Mar 3, 2025
03c96d0
compact: implement native histogram downsampling (#8110)
GiedriusS Mar 3, 2025
0414eef
Bump common+client_golang to deal with utf-8 (#8134)
saswatamcode Mar 4, 2025
097b2a4
Query: bump promql-engine, fix fallout for distributed mode (#8135)
MichaHoffmann Mar 10, 2025
e3acaeb
build(deps): bump go.opentelemetry.io/otel/sdk from 1.34.0 to 1.35.0 …
dependabot[bot] Mar 11, 2025
1f5bff2
query: Support chain deduplication algorithm (#7808)
lachruzam Mar 13, 2025
8da0a2b
rule: Add support for query offset (#8158)
SuperQ Mar 14, 2025
d1345b9
update: interactive tests to update non-supported store flags to endp…
Saumya40-codes Mar 17, 2025
68844d4
e2e: use prom 3 (#8165)
MichaHoffmann Mar 24, 2025
da855a1
Changelog: mark 0.38 as in-progress (#8173)
MichaHoffmann Mar 25, 2025
2fccdfb
Query: fix endpointset setup (#8175)
MichaHoffmann Mar 27, 2025
08e5907
deps: bump promql-engine (#8181)
MichaHoffmann Mar 31, 2025
b2f5ee4
merge release 0.38.0 to main (#8186)
MichaHoffmann Apr 4, 2025
1a559f9
fix changelog markdown. (#8190)
naohiroo Apr 4, 2025
ce2b51f
Sidecar: increase default prometheus timeout (#8192)
MichaHoffmann Apr 7, 2025
c0b5500
Unhide tsdb.enable-native-histograms flag in receive (#8202)
vCra Apr 11, 2025
31c6115
Query: fix partial response for distributed instant query (#8211)
MichaHoffmann Apr 17, 2025
8273ad0
build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#…
dependabot[bot] Apr 17, 2025
f168dc0
fix Pull iter race between next() and stop()
yuchen-db Apr 20, 2025
0dcc9e9
add changelog
yuchen-db Apr 20, 2025
6f556d2
add unit test
yuchen-db Apr 20, 2025
d7876b4
fix unit test
yuchen-db Apr 20, 2025
6663bb0
update changelog
yuchen-db Apr 21, 2025
909c08f
add comments
yuchen-db Apr 21, 2025
a8220d7
simplify unit test
yuchen-db Apr 21, 2025
66f54ac
Merge pull request #8216 from yuchen-db/fix-iter-race
fpetkovski Apr 22, 2025
92db7aa
Update query.md documentation where example uses --query.tenant-defau…
adrmaas Apr 22, 2025
7d7ea65
Receive: Ensure forward/replication metrics are incremented in err ca…
saswatamcode Apr 22, 2025
cff147d
receive: remove Get() method from hashring (#8226)
GiedriusS Apr 25, 2025
2a5a856
tools: Extend bucket ls options (#8225)
philipgough Apr 25, 2025
2dfc749
UI: bump codemirror-promql dependency to latest version (#8230)
Saumya40-codes May 7, 2025
81b4260
reloader: disable some flaky tests (#8240)
GiedriusS May 8, 2025
aa3e419
e2e: disable some more flaky tests (#8241)
GiedriusS May 9, 2025
242b5f6
add otlp clientType (#8243)
dongjiang1989 May 13, 2025
34b3d64
test(tools_test.go/Test_CheckRules_Glob): take into consideration RO …
machine424 May 14, 2025
8809244
docs: volunteer as shepherd (#8249)
GiedriusS May 15, 2025
759773c
shipper: delete unused functions (#8260)
MichaHoffmann May 21, 2025
ec9601a
feat(promu): add darwin/arm64 (#8263)
dronenb May 22, 2025
f847ff0
receive: implement shuffle sharding (#8238)
GiedriusS May 22, 2025
d71a58c
docs: fix receive page (#8267)
GiedriusS May 23, 2025
da421ea
Shipper: fix missing meta file errors (#8268)
siavashs May 23, 2025
efc6eee
query: fix query analyze to return appropriate results (#8262)
Saumya40-codes May 27, 2025
cef0b02
go.mod: mass update modules (#8277)
GiedriusS May 27, 2025
12649d8
Force sync writes to meta.json in case of host crash (#8282)
anna-tran May 29, 2025
390fd0a
query, query-frontend, ruler: Add support for flags to use promQL exp…
Saumya40-codes May 30, 2025
36df30b
fix: maintain expanded state based on current page (#8266)
Naman-B-Parlecha May 30, 2025
4e04420
query: handle query.Analyze returning nil gracefully (#8199)
Saumya40-codes May 30, 2025
2029c9b
store: Add --disable-admin-operations Flag to Store Gateway (#8284)
Naman-B-Parlecha Jun 1, 2025
15b1ef2
shipper: allow shipper sync to skip corrupted blocks (#8259)
danielblando Jun 3, 2025
4ad4594
Receive: Remove migration of legacy storage to multi-tsdb (#8289)
vCra Jun 3, 2025
290f16c
Resolve GitHub Actions Failure (#8299)
Naman-B-Parlecha Jun 5, 2025
23d60b8
Fix: DataRace in TestEndpointSetUpdate_StrictEndpointMetadata test (#…
Naman-B-Parlecha Jun 6, 2025
2ed24bd
build(deps): bump github/codeql-action from 3.26.13 to 3.28.19 (#8304)
dependabot[bot] Jun 10, 2025
95a2b00
build(deps): bump github.com/alicebob/miniredis/v2 from 2.22.0 to 2.3…
dependabot[bot] Jun 10, 2025
60533e4
build(deps): bump golang.org/x/time from 0.11.0 to 0.12.0 (#8302)
dependabot[bot] Jun 10, 2025
26f6e64
Revert capnp to v3.0.0-alpha (#8300)
vCra Jun 10, 2025
8769b97
go.mod: update promql engine + Prom dep (#8305)
GiedriusS Jun 12, 2025
03d5b6b
tools: fix tool bucket inspect output arg description (#8252)
gabyfulchic Jun 12, 2025
d1afea6
Updating the documention to reflect the correct flags when using --co…
GregSharpe1 Jun 11, 2025
6c27396
Merge pull request #8306 from GregSharpe1/main
fpetkovski Jun 13, 2025
8f715b0
Query: limit LazyRetrieval memory buffer size (#8296)
hczhu Jun 14, 2025
a6370c7
Add Prometheus counters for pending write requests and series request…
hczhu Jun 17, 2025
f1c0f4b
build(deps): bump github.com/KimMachineGun/automemlimit (#8312)
dependabot[bot] Jun 18, 2025
933f04f
query_frontend: only ready if downstream is ready (#8315)
GiedriusS Jun 18, 2025
a6c05e6
*: add CHANGELOG, update VERSION (#8320)
GiedriusS Jun 20, 2025
0453c9b
*: release 0.39.0 (#8330)
GiedriusS Jun 25, 2025
4240ff3
cmd/query_frontend: use original roundtripper + close immediately
GiedriusS Jun 26, 2025
5583757
qfe: defer properly
GiedriusS Jul 1, 2025
e9bdd79
CHANGELOG: release 0.39.1
GiedriusS Jul 1, 2025
ad74391
Merge pull request #8351 from thanos-io/rel_0391
GiedriusS Jul 1, 2025
e784581
query: add custom values to prompb methods (#8375)
MichaHoffmann Jul 17, 2025
c0273e1
fix: querier panic (#8374)
verejoel Jul 17, 2025
5dd0031
Release 0.39.2
MichaHoffmann Jul 17, 2025
36681af
Merge pull request #8379 from thanos-io/rel_0392
MichaHoffmann Jul 21, 2025
3f98f0b
Merge tag 'refs/tags/v0.39.2'
github-actions[bot] Jul 22, 2025
6518561
[bot] vendor: revendor
github-actions[bot] Jul 22, 2025
e12f4d3
[bot] update rh-manifest.txt
github-actions[bot] Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .bingo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is directory which stores Go modules with pinned buildable package that is
* Run `bingo get <tool>` to install <tool> that have own module file in this directory.
* For Makefile: Make sure to put `include .bingo/Variables.mk` in your Makefile, then use $(<upper case tool name>) variable where <tool> is the .bingo/<tool>.mod.
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool.
* For go: Import `.bingo/variables.go` for variable names.
* See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.

## Requirements
Expand Down
6 changes: 3 additions & 3 deletions .bingo/Variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ $(GOJSONTOYAML): $(BINGO_DIR)/gojsontoyaml.mod
@echo "(re)installing $(GOBIN)/gojsontoyaml-v0.1.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=gojsontoyaml.mod -o=$(GOBIN)/gojsontoyaml-v0.1.0 "github.com/brancz/gojsontoyaml"

GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.61.0
GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.64.5
$(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/golangci-lint-v1.61.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.61.0 "github.com/golangci/golangci-lint/cmd/golangci-lint"
@echo "(re)installing $(GOBIN)/golangci-lint-v1.64.5"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.64.5 "github.com/golangci/golangci-lint/cmd/golangci-lint"

GOTESPLIT := $(GOBIN)/gotesplit-v0.2.1
$(GOTESPLIT): $(BINGO_DIR)/gotesplit.mod
Expand Down
8 changes: 7 additions & 1 deletion .bingo/faillint.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.14
go 1.22.0

toolchain go1.24.0

replace github.com/fatih/faillint => github.com/thanos-community/faillint v0.0.0-20250217160734-830c2205d383

require github.com/fatih/faillint v1.13.0

require golang.org/x/sync v0.11.0 // indirect
15 changes: 15 additions & 0 deletions .bingo/faillint.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ github.com/fatih/faillint v1.11.0 h1:EhmAKe8k0Cx2gnf+/JiX/IAeeKjwsQao5dY8oG6cQB4
github.com/fatih/faillint v1.11.0/go.mod h1:d9kdQwFcr+wD4cLXOdjTw1ENUUvv5+z0ctJ5Wm0dTvA=
github.com/fatih/faillint v1.13.0 h1:9Dn9ZvK7bPTFmAkQ0FvhBRF4qD+LZg0ZgelyeBc7kKE=
github.com/fatih/faillint v1.13.0/go.mod h1:YiTDDtwQSL6MNRPtYG0n/rGE9orYt92aohq/P2QYBLA=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/thanos-community/faillint v0.0.0-20250217160734-830c2205d383 h1:cuHWR5WwIVpmvccpJ2iYgEWIo1SQQCvPWtYSPOiVvoU=
github.com/thanos-community/faillint v0.0.0-20250217160734-830c2205d383/go.mod h1:KM6cUIJEIVjYDUACgnDrky9bsAP4/+d37G7sGbEn6I0=
github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand All @@ -16,6 +19,7 @@ golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5y
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/crypto v0.33.0/go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M=
golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38=
golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro=
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o=
Expand All @@ -27,6 +31,8 @@ golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.16.0 h1:QX4fJ0Rr5cPQCF7O9lh9Se4pmwfwskqZfq5moyldzic=
golang.org/x/mod v0.16.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
Expand All @@ -37,12 +43,15 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w=
golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
Expand All @@ -58,14 +67,17 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE=
golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457/go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/term v0.18.0/go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58=
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
Expand All @@ -74,6 +86,7 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.8 h1:P1HhGGuLW4aAclzjtmJdf0mJOjVUZUzOTqkAkWL+l6w=
Expand All @@ -86,6 +99,8 @@ golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58=
golang.org/x/tools v0.19.0 h1:tfGCXNR1OsFG+sVdLAitlpjAvD/I6dHDKnYrpEZUHkw=
golang.org/x/tools v0.19.0/go.mod h1:qoJWxmGSIBmAeriMx19ogtrEPrGtDbPK634QFIcLAhc=
golang.org/x/tools v0.30.0 h1:BgcpHewrV5AUp2G9MebG4XPFI1E2W41zU1SaqVA9vJY=
golang.org/x/tools v0.30.0/go.mod h1:c347cR/OJfw5TI+GfX7RUPNMdDRRbjvYTS0jPyvsVtY=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
Expand Down
6 changes: 3 additions & 3 deletions .bingo/golangci-lint.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.22.1
go 1.23.0

toolchain go1.23.1
toolchain go1.24.0

require github.com/golangci/golangci-lint v1.61.0 // cmd/golangci-lint
require github.com/golangci/golangci-lint v1.64.5 // cmd/golangci-lint
Loading