Skip to content

Commit 1ca0e2e

Browse files
authored
fix(deps): update vulnfeeds-go (#5164)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/atombender/go-jsonschema](https://redirect.github.com/atombender/go-jsonschema) | `v0.22.0` → `v0.23.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fatombender%2fgo-jsonschema/v0.23.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fatombender%2fgo-jsonschema/v0.22.0/v0.23.0?slim=true) | | [github.com/go-git/go-git/v5](https://redirect.github.com/go-git/go-git) | `v5.17.1` → `v5.17.2` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-git%2fgo-git%2fv5/v5.17.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-git%2fgo-git%2fv5/v5.17.1/v5.17.2?slim=true) | | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.272.0` → `v0.273.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.273.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.272.0/v0.273.1?slim=true) | --- ### Release Notes <details> <summary>atombender/go-jsonschema (github.com/atombender/go-jsonschema)</summary> ### [`v0.23.0`](https://redirect.github.com/omissis/go-jsonschema/releases/tag/v0.23.0) [Compare Source](https://redirect.github.com/atombender/go-jsonschema/compare/v0.22.0...v0.23.0) #### What's Changed This release brings in a number of features and fixes, including: - Infer object type when missing by [@&#8203;perher](https://redirect.github.com/perher) in [omissis#511](https://redirect.github.com/omissis/go-jsonschema/pull/511) - Alias single anyOf/allOf types by [@&#8203;perher](https://redirect.github.com/perher) in [omissis#509](https://redirect.github.com/omissis/go-jsonschema/pull/509) - Prevent duplicate validators in codegen by [@&#8203;perher](https://redirect.github.com/perher) in [omissis#510](https://redirect.github.com/omissis/go-jsonschema/pull/510) - Support for omitzero added in Go 1.24 by [@&#8203;perher](https://redirect.github.com/perher) in [omissis#512](https://redirect.github.com/omissis/go-jsonschema/pull/512) - Add support for overriding pointer behavior on generated fields by [@&#8203;utkuozdemir](https://redirect.github.com/utkuozdemir) in [omissis#521](https://redirect.github.com/omissis/go-jsonschema/pull/521) - Use integer literals for default values of integer types by [@&#8203;blacksails](https://redirect.github.com/blacksails) in [omissis#514](https://redirect.github.com/omissis/go-jsonschema/pull/514) Dependencies updates: - chore(deps): update actions/checkout digest to [`de0fac2`](https://redirect.github.com/atombender/go-jsonschema/commit/de0fac2) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#518](https://redirect.github.com/omissis/go-jsonschema/pull/518) - chore(deps): update dependency yq to v4.52.4 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#526](https://redirect.github.com/omissis/go-jsonschema/pull/526) - chore(deps): update codecov/codecov-action action to v6 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#538](https://redirect.github.com/omissis/go-jsonschema/pull/538) - chore(deps): update docker/login-action action to v4 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#532](https://redirect.github.com/omissis/go-jsonschema/pull/532) - chore(deps): update dependency markdownlint-cli2 to v0.22.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#536](https://redirect.github.com/omissis/go-jsonschema/pull/536) - chore(deps): update goreleaser/goreleaser-action action to v7 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#528](https://redirect.github.com/omissis/go-jsonschema/pull/528) - chore(deps): update dependency markdownlint-cli2 to v0.21.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#527](https://redirect.github.com/omissis/go-jsonschema/pull/527) - chore: update deps by [@&#8203;omissis](https://redirect.github.com/omissis) in [omissis#530](https://redirect.github.com/omissis/go-jsonschema/pull/530) - chore(deps): update dependency yq to v4.52.5 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [omissis#537](https://redirect.github.com/omissis/go-jsonschema/pull/537) **Full Changelog**: <omissis/go-jsonschema@v0.22.0...v0.23.0> </details> <details> <summary>go-git/go-git (github.com/go-git/go-git/v5)</summary> ### [`v5.17.2`](https://redirect.github.com/go-git/go-git/releases/tag/v5.17.2) [Compare Source](https://redirect.github.com/go-git/go-git/compare/v5.17.1...v5.17.2) #### What's Changed - build: Update module github.com/go-git/go-git/v5 to v5.17.1 \[SECURITY] (releases/v5.x) by [@&#8203;go-git-renovate](https://redirect.github.com/go-git-renovate)\[bot] in [#&#8203;1941](https://redirect.github.com/go-git/go-git/pull/1941) - dotgit: skip writing pack files that already exist on disk by [@&#8203;pjbgf](https://redirect.github.com/pjbgf) in [#&#8203;1944](https://redirect.github.com/go-git/go-git/pull/1944) :warning: This release fixes a bug ([#&#8203;1942](https://redirect.github.com/go-git/go-git/issues/1942)) that blocked some users from upgrading to `v5.17.1`. Thanks [@&#8203;pskrbasu](https://redirect.github.com/pskrbasu) for reporting it. 🙇 **Full Changelog**: <go-git/go-git@v5.17.1...v5.17.2> </details> <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.273.1`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.1) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.273.0...v0.273.1) ##### Bug Fixes - Merge duplicate x-goog-request-params header ([#&#8203;3547](https://redirect.github.com/googleapis/google-api-go-client/issues/3547)) ([2008108](https://redirect.github.com/googleapis/google-api-go-client/commit/2008108eb50215407a945afc2db9c45998c42bbe)) ### [`v0.273.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.273.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.272.0...v0.273.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;3542](https://redirect.github.com/googleapis/google-api-go-client/issues/3542)) ([a4b4711](https://redirect.github.com/googleapis/google-api-go-client/commit/a4b47110f2ba5bf8bdb32174f26f609615e0e8dc)) - **all:** Auto-regenerate discovery clients ([#&#8203;3546](https://redirect.github.com/googleapis/google-api-go-client/issues/3546)) ([0cacfa8](https://redirect.github.com/googleapis/google-api-go-client/commit/0cacfa8557f0f7d21166c4dfef84f60c6d9f1a49)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent 056683d commit 1ca0e2e

2 files changed

Lines changed: 21 additions & 21 deletions

File tree

vulnfeeds/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ require (
99
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0
1010
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
1111
github.com/aquasecurity/go-pep440-version v0.0.1
12-
github.com/atombender/go-jsonschema v0.22.0
12+
github.com/atombender/go-jsonschema v0.23.0
1313
github.com/fsouza/fake-gcs-server v1.54.0
1414
github.com/gkampitakis/go-snaps v0.5.21
15-
github.com/go-git/go-git/v5 v5.17.1
15+
github.com/go-git/go-git/v5 v5.17.2
1616
github.com/goccy/go-yaml v1.19.2
1717
github.com/google/go-cmp v0.7.0
1818
github.com/knqyf263/go-cpe v0.0.0-20230627041855-cb0794d06872
@@ -23,7 +23,7 @@ require (
2323
go.opentelemetry.io/otel/sdk v1.42.0
2424
go.opentelemetry.io/otel/trace v1.42.0
2525
golang.org/x/text v0.35.0
26-
google.golang.org/api v0.272.0
26+
google.golang.org/api v0.273.1
2727
google.golang.org/protobuf v1.36.11
2828
gopkg.in/dnaeon/go-vcr.v4 v4.0.6
2929
gopkg.in/yaml.v2 v2.4.0
@@ -74,7 +74,7 @@ require (
7474
github.com/google/s2a-go v0.1.9 // indirect
7575
github.com/google/uuid v1.6.0 // indirect
7676
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
77-
github.com/googleapis/gax-go/v2 v2.18.0 // indirect
77+
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
7878
github.com/gorilla/handlers v1.5.2 // indirect
7979
github.com/gorilla/mux v1.8.1 // indirect
8080
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -115,9 +115,9 @@ require (
115115
golang.org/x/sys v0.42.0 // indirect
116116
golang.org/x/time v0.15.0 // indirect
117117
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
118-
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d // indirect
119-
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d // indirect
120-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c // indirect
118+
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 // indirect
119+
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
120+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
121121
google.golang.org/grpc v1.79.3 // indirect
122122
gopkg.in/warnings.v0 v0.1.2 // indirect
123123
)

vulnfeeds/go.sum

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/aquasecurity/go-version v0.0.1 h1:4cNl516agK0TCn5F7mmYN+xVs1E3S45LkgZ
5757
github.com/aquasecurity/go-version v0.0.1/go.mod h1:s1UU6/v2hctXcOa3OLwfj5d9yoXHa3ahf+ipSwEvGT0=
5858
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
5959
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
60-
github.com/atombender/go-jsonschema v0.22.0 h1:7H48X5fUccsfsacar5UfP6nnOXuQzmnr6lQmH/Fj2pQ=
61-
github.com/atombender/go-jsonschema v0.22.0/go.mod h1:8Q281v0ozTIfvdnbwDoWQDIk0syH6F0Fpoq+Z1cs+rM=
60+
github.com/atombender/go-jsonschema v0.23.0 h1:1W586wlGS2Zup69szfgJpQ/NKZcjuMEocAtYvEcPyzw=
61+
github.com/atombender/go-jsonschema v0.23.0/go.mod h1:KAi1zDASp4e0FvlFM5QvLyU3k7+DsX+7hCq98G34gtg=
6262
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
6363
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
6464
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
@@ -125,8 +125,8 @@ github.com/go-git/go-billy/v5 v5.8.0 h1:I8hjc3LbBlXTtVuFNJuwYuMiHvQJDq1AT6u4DwDz
125125
github.com/go-git/go-billy/v5 v5.8.0/go.mod h1:RpvI/rw4Vr5QA+Z60c6d6LXH0rYJo0uD5SqfmrrheCY=
126126
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4=
127127
github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII=
128-
github.com/go-git/go-git/v5 v5.17.1 h1:WnljyxIzSj9BRRUlnmAU35ohDsjRK0EKmL0evDqi5Jk=
129-
github.com/go-git/go-git/v5 v5.17.1/go.mod h1:pW/VmeqkanRFqR6AljLcs7EA7FbZaN5MQqO7oZADXpo=
128+
github.com/go-git/go-git/v5 v5.17.2 h1:B+nkdlxdYrvyFK4GPXVU8w1U+YkbsgciIR7f2sZJ104=
129+
github.com/go-git/go-git/v5 v5.17.2/go.mod h1:pW/VmeqkanRFqR6AljLcs7EA7FbZaN5MQqO7oZADXpo=
130130
github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
131131
github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
132132
github.com/go-jose/go-jose/v4 v4.1.3 h1:CVLmWDhDVRa6Mi/IgCgaopNosCaHz7zrMeF9MlZRkrs=
@@ -173,8 +173,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
173173
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
174174
github.com/googleapis/enterprise-certificate-proxy v0.3.14 h1:yh8ncqsbUY4shRD5dA6RlzjJaT4hi3kII+zYw8wmLb8=
175175
github.com/googleapis/enterprise-certificate-proxy v0.3.14/go.mod h1:vqVt9yG9480NtzREnTlmGSBmFrA+bzb0yl0TxoBQXOg=
176-
github.com/googleapis/gax-go/v2 v2.18.0 h1:jxP5Uuo3bxm3M6gGtV94P4lliVetoCB4Wk2x8QA86LI=
177-
github.com/googleapis/gax-go/v2 v2.18.0/go.mod h1:uSzZN4a356eRG985CzJ3WfbFSpqkLTjsnhWGJR6EwrE=
176+
github.com/googleapis/gax-go/v2 v2.19.0 h1:fYQaUOiGwll0cGj7jmHT/0nPlcrZDFPrZRhTsoCr8hE=
177+
github.com/googleapis/gax-go/v2 v2.19.0/go.mod h1:w2ROXVdfGEVFXzmlciUU4EdjHgWvB5h2n6x/8XSTTJA=
178178
github.com/gorilla/handlers v1.5.2 h1:cLTUSsNkgcwhgRqvCNmdbRWG0A3N4F+M2nWKdScwyEE=
179179
github.com/gorilla/handlers v1.5.2/go.mod h1:dX+xVpaxdSw+q0Qek8SSsl3dfMk3jNddUkMzo0GtH0w=
180180
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
@@ -369,19 +369,19 @@ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da h1:noIWHXmPHxILtqtCOPIhS
369369
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da/go.mod h1:NDW/Ps6MPRej6fsCIbMTohpP40sJ/P/vI1MoTEGwX90=
370370
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=
371371
gonum.org/v1/gonum v0.16.0/go.mod h1:fef3am4MQ93R2HHpKnLk4/Tbh/s0+wqD5nfa6Pnwy4E=
372-
google.golang.org/api v0.272.0 h1:eLUQZGnAS3OHn31URRf9sAmRk3w2JjMx37d2k8AjJmA=
373-
google.golang.org/api v0.272.0/go.mod h1:wKjowi5LNJc5qarNvDCvNQBn3rVK8nSy6jg2SwRwzIA=
372+
google.golang.org/api v0.273.1 h1:L7G/TmpAMz0nKx/ciAVssVmWQiOF6+pOuXeKrWVsquY=
373+
google.golang.org/api v0.273.1/go.mod h1:JbAt7mF+XVmWu6xNP8/+CTiGH30ofmCmk9nM8d8fHew=
374374
google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
375375
google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
376376
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
377377
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc=
378378
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo=
379-
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d h1:vsOm753cOAMkt76efriTCDKjpCbK18XGHMJHo0JUKhc=
380-
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d/go.mod h1:0oz9d7g9QLSdv9/lgbIjowW1JoxMbxmBVNe8i6tORJI=
381-
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d h1:EocjzKLywydp5uZ5tJ79iP6Q0UjDnyiHkGRWxuPBP8s=
382-
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d/go.mod h1:48U2I+QQUYhsFrg2SY6r+nJzeOtjey7j//WBESw+qyQ=
383-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c h1:xgCzyF2LFIO/0X2UAoVRiXKU5Xg6VjToG4i2/ecSswk=
384-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
379+
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5 h1:JNfk58HZ8lfmXbYK2vx/UvsqIL59TzByCxPIX4TDmsE=
380+
google.golang.org/genproto v0.0.0-20260316180232-0b37fe3546d5/go.mod h1:x5julN69+ED4PcFk/XWayw35O0lf/nGa4aNgODCmNmw=
381+
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 h1:CogIeEXn4qWYzzQU0QqvYBM8yDF9cFYzDq9ojSpv0Js=
382+
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5/go.mod h1:EIQZ5bFCfRQDV4MhRle7+OgjNtZ6P1PiZBgAKuxXu/Y=
383+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 h1:ndE4FoJqsIceKP2oYSnUZqhTdYufCYYkqwtFzfrhI7w=
384+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
385385
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
386386
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
387387
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=

0 commit comments

Comments
 (0)