Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit ab53282

Browse files
Bump github.com/klauspost/compress from 1.17.10 to 1.17.11 in /quesma (#882)
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.17.10 to 1.17.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.17.11</h2> <h2>What's Changed</h2> <ul> <li>zstd: Fix extra CRC written with multiple Close calls by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1017">klauspost/compress#1017</a></li> <li>s2: Don't use stack for index tables by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1014">klauspost/compress#1014</a></li> <li>gzhttp: No content-type on no body response code by <a href="https://github.com/juliens"><code>@​juliens</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1011">klauspost/compress#1011</a></li> <li>gzhttp: Do not set the content-type when response has no body by <a href="https://github.com/kevinpollet"><code>@​kevinpollet</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1013">klauspost/compress#1013</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/juliens"><code>@​juliens</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1011">klauspost/compress#1011</a></li> <li><a href="https://github.com/kevinpollet"><code>@​kevinpollet</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1013">klauspost/compress#1013</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11">https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/72cd4a92a8b13e722763e6b6a3467163c2028d3d"><code>72cd4a9</code></a> zstd: Fix extra CRC written with multiple Close calls (<a href="https://redirect.github.com/klauspost/compress/issues/1017">#1017</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/dbd6c381492aabac7654ebe41879e64e4d31cf40"><code>dbd6c38</code></a> s2: Don't use stack for index tables (<a href="https://redirect.github.com/klauspost/compress/issues/1014">#1014</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/f73ab1e79f98362cca776cf09fc6c0c84842c87e"><code>f73ab1e</code></a> Do not set the content-type when response has no body (<a href="https://redirect.github.com/klauspost/compress/issues/1013">#1013</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/f2a4f2583ec1755229873697d1426f1ecd16219a"><code>f2a4f25</code></a> build(deps): bump github/codeql-action in the github-actions group (<a href="https://redirect.github.com/klauspost/compress/issues/1012">#1012</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/8e14b1b5a913606155428531ccb2652a90df77a3"><code>8e14b1b</code></a> No content-type on no body response code (<a href="https://redirect.github.com/klauspost/compress/issues/1011">#1011</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/13a1ce6df1e03c38e389e32b10b8cca2534612f0"><code>13a1ce6</code></a> ci: Match goreleaser version (<a href="https://redirect.github.com/klauspost/compress/issues/1009">#1009</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/6c5a1959864afb1c2fe3e8ccf1c82a4f4a6b7fa7"><code>6c5a195</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.17.10&new-version=1.17.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b117b5 commit ab53282

File tree

2 files changed

+9
-18
lines changed

2 files changed

+9
-18
lines changed

quesma/go.mod

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ require (
1010
github.com/coreos/go-semver v0.3.1
1111
github.com/google/uuid v1.6.0
1212
github.com/gorilla/mux v1.8.1
13+
github.com/gorilla/sessions v1.1.1
1314
github.com/hashicorp/go-multierror v1.1.1
1415
github.com/k0kubun/pp v3.0.1+incompatible
1516
github.com/knadh/koanf/parsers/json v0.1.0
1617
github.com/knadh/koanf/parsers/yaml v0.1.0
1718
github.com/knadh/koanf/providers/env v1.0.0
1819
github.com/knadh/koanf/providers/file v1.1.2
1920
github.com/knadh/koanf/v2 v2.1.1
21+
github.com/markbates/goth v1.80.0
2022
github.com/relvacode/iso8601 v1.4.0
2123
github.com/rs/zerolog v1.33.0
2224
github.com/shirou/gopsutil/v3 v3.24.5
@@ -25,30 +27,25 @@ require (
2527
github.com/tidwall/sjson v1.2.5
2628
github.com/ucarion/urlpath v0.0.0-20200424170820-7ccc79b76bbb
2729
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
30+
golang.org/x/oauth2 v0.17.0
2831
)
2932

3033
require (
31-
cloud.google.com/go/compute v1.20.1 // indirect
32-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
3334
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
3435
github.com/golang/protobuf v1.5.3 // indirect
3536
github.com/gorilla/context v1.1.1 // indirect
3637
github.com/gorilla/securecookie v1.1.1 // indirect
37-
github.com/gorilla/sessions v1.1.1 // indirect
3838
github.com/hashicorp/errwrap v1.0.0 // indirect
3939
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
4040
github.com/knadh/koanf/maps v0.1.1 // indirect
41-
github.com/kr/text v0.2.0 // indirect
42-
github.com/markbates/goth v1.80.0 // indirect
4341
github.com/mitchellh/copystructure v1.2.0 // indirect
4442
github.com/mitchellh/reflectwalk v1.0.2 // indirect
4543
github.com/pkg/errors v0.9.1 // indirect
46-
golang.org/x/oauth2 v0.17.0 // indirect
47-
google.golang.org/appengine v1.6.8 // indirect
48-
google.golang.org/protobuf v1.33.0 // indirect
4944
github.com/tidwall/gjson v1.18.0 // indirect
5045
github.com/tidwall/match v1.1.1 // indirect
5146
github.com/tidwall/pretty v1.2.1 // indirect
47+
google.golang.org/appengine v1.6.8 // indirect
48+
google.golang.org/protobuf v1.33.0 // indirect
5249
)
5350

5451
require (
@@ -61,7 +58,7 @@ require (
6158
github.com/go-faster/city v1.0.1 // indirect
6259
github.com/go-faster/errors v0.7.1 // indirect
6360
github.com/go-ole/go-ole v1.2.6 // indirect
64-
github.com/klauspost/compress v1.17.10
61+
github.com/klauspost/compress v1.17.11
6562
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
6663
github.com/mattn/go-colorable v0.1.13 // indirect
6764
github.com/mattn/go-isatty v0.0.20 // indirect

quesma/go.sum

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
cloud.google.com/go/compute v1.20.1 h1:6aKEtlUiwEpJzM001l0yFkpXmUVXaN8W+fbkb2AZNbg=
2-
cloud.google.com/go/compute v1.20.1/go.mod h1:4tCnrn48xsqlwSAiLf1HXMQk8CONslYbdiEZc9FEIbM=
3-
cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=
4-
cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA=
51
github.com/ClickHouse/ch-go v0.61.5 h1:zwR8QbYI0tsMiEcze/uIMK+Tz1D3XZXLdNrlaOpeEI4=
62
github.com/ClickHouse/ch-go v0.61.5/go.mod h1:s1LJW/F/LcFs5HJnuogFMta50kKDO0lf9zzfrbl0RQg=
73
github.com/ClickHouse/clickhouse-go/v2 v2.29.0 h1:Dj1w59RssRyLgGHXtYaWU0eIM1pJsu9nGPi/btmvAqw=
@@ -19,7 +15,6 @@ github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df/go.mod h1:h
1915
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
2016
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
2117
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
22-
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
2318
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2419
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
2520
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
@@ -70,8 +65,8 @@ github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI
7065
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
7166
github.com/kisielk/sqlstruct v0.0.0-20201105191214-5f3e10d3ab46/go.mod h1:yyMNCyc/Ib3bDTKd379tNMpB/7/H5TjM2Y9QJ5THLbE=
7267
github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
73-
github.com/klauspost/compress v1.17.10 h1:oXAz+Vh0PMUvJczoi+flxpnBEPxoER1IaAnU/NMPtT0=
74-
github.com/klauspost/compress v1.17.10/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
68+
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
69+
github.com/klauspost/compress v1.17.11/go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0=
7570
github.com/knadh/koanf/maps v0.1.1 h1:G5TjmUh2D7G2YWf5SQQqSiHRJEjaicvU0KpypqB3NIs=
7671
github.com/knadh/koanf/maps v0.1.1/go.mod h1:npD/QZY3V6ghQDdcQzl1W4ICNVTkohC8E73eI2xW4yI=
7772
github.com/knadh/koanf/parsers/json v0.1.0 h1:dzSZl5pf5bBcW0Acnu20Djleto19T0CfHcvZ14NJ6fU=
@@ -120,9 +115,8 @@ github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF
120115
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
121116
github.com/relvacode/iso8601 v1.4.0 h1:GsInVSEJfkYuirYFxa80nMLbH2aydgZpIf52gYZXUJs=
122117
github.com/relvacode/iso8601 v1.4.0/go.mod h1:FlNp+jz+TXpyRqgmM7tnzHHzBnz776kmAH2h3sZCn0I=
123-
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
124-
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
125118
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
119+
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
126120
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
127121
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
128122
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=

0 commit comments

Comments
 (0)