chore(deps): bump the go_modules group across 1 directory with 9 updates
Bumps the go_modules group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/ethereum/go-ethereum | 1.13.11 |
1.13.15 |
| github.com/gin-gonic/gin | 1.8.1 |
1.9.1 |
| google.golang.org/protobuf | 1.31.0 |
1.33.0 |
| github.com/containerd/containerd | 1.7.12 |
1.7.27 |
| github.com/docker/docker | 25.0.2+incompatible |
25.0.13+incompatible |
| github.com/btcsuite/btcd | 0.22.1 |
0.24.2 |
| github.com/consensys/gnark-crypto | 0.12.1 |
0.18.1 |
Updates github.com/ethereum/go-ethereum from 1.13.11 to 1.13.15
Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
Ontamalca (v1.13.15)
Geth v1.13.15 is a maintenance-release that contains some fixes mainly to avoid snapsync-related data-corruption.
We recommend all users to upgrade to v1.13.15 as soon as possible.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Altaaya (v1.13.14)
Geth v1.13.14 is a small maintenance release with a handful of polishes to the blob pool:
- Disallow blob transactions below the protocol minimum of 1 wei to enter the pool (#29081).
- Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090).
- Fix gas estimation for blob transactions (#29085).
This release is NOT critical for the Cancun fork, but recommended to make Geth lighter in anticipation to unknown blob load.
Other fixes:
- Support overriding the basefee during tracing (#29051).
- Fix call tracers missing top level logs in top-only mode (#29068).
- Support unlimited gas for
eth_createAccessListif--gascap=0(#28846).For a full rundown of the changes please consult the Geth 1.13.14 release milestone.
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page.
- Docker images published under
ethereum/client-go.- Ubuntu packages in our Launchpad PPA repository.
- OSX packages in our Homebrew Tap repository.
Alsages (v1.13.13)
This is a minor release with fixes for several issues related to the upcoming Cancun mainnet fork. As such, it is recommended for all mainnet users.
Changes in this release:
- Block-building performance with blob transactions has been improved a lot. (#29026, #29008, #29005)
- A corner case in the EVM related to out-of-order fork scheduling has been fixed. (#29023)
eth_fillTransactionhas seen some bug fixes related to blob transactions as well. (#28929, #29037)- A rare panic in the ethstats client related to chain reorgs is resolved. (#29020)
- The blobpool database will now recover from disk corruption faults instead of crashing geth on startup. (#29001)
... (truncated)
Commits
c5ba367params: release Geth v 1.13.1535e0525core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement...7bcb553eth/filters: enforce topic-limit early on filter criterias (#29535)e343ddfcore/rawdb: add sanity-limit to header accessor (#29534)5dcf503eth/protocols/snap: skip retrieval for completed storages (#29378)2bd6bd0Merge branch 'master' into release/1.139038ba6params: release Geth v1.13.1451b479ecore/txpool: elevate the 'already reserved' error into a constant (#29095)5a0f468eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068)45a272ccore/txpool: no need to log loud rotate if no local txs (#29083)- Additional commits viewable in compare view
Updates github.com/gin-gonic/gin from 1.8.1 to 1.9.1
Release notes
Sourced from github.com/gin-gonic/gin's releases.
v1.9.1
Changelog
BUG FIXES
- fix Request.Context() checks #3512
SECURITY
- fix lack of escaping of filename in Content-Disposition #3556
ENHANCEMENTS
- refactor: use bytes.ReplaceAll directly #3455
- convert strings and slices using the officially recommended way #3344
- improve render code coverage #3525
DOCS
- docs: changed documentation link for trusted proxies #3575
- chore: improve linting, testing, and GitHub Actions setup #3583
v1.9.0
Changelog
BREAK CHANGES
- Stop useless panicking in context and render #2150
BUG FIXES
- fix(router): tree bug where loop index is not decremented. #3460
- fix(context): panic on NegotiateFormat - index out of range #3397
- Add escape logic for header #3500 and #3503
SECURITY
- Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #3333
- fix(security): vulnerability GO-2023-1571 #3505
ENHANCEMENTS
- feat: add sonic json support #3184
- chore(file): Creates a directory named path #3316
- fix: modify interface check way #3327
- remove deprecated of package io/ioutil #3395
- refactor: avoid calling strings.ToLower twice #3343
- console logger HTTP status code bug fixed #3453
- chore(yaml): upgrade dependency to v3 version #3456
- chore(router): match method added to routergroup for multiple HTTP methods supporting #3464
... (truncated)
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
Gin v1.9.1
BUG FIXES
- fix Request.Context() checks #3512
SECURITY
- fix lack of escaping of filename in Content-Disposition #3556
ENHANCEMENTS
- refactor: use bytes.ReplaceAll directly #3455
- convert strings and slices using the officially recommended way #3344
- improve render code coverage #3525
DOCS
- docs: changed documentation link for trusted proxies #3575
- chore: improve linting, testing, and GitHub Actions setup #3583
Gin v1.9.0
BREAK CHANGES
- Stop useless panicking in context and render #2150
BUG FIXES
- fix(router): tree bug where loop index is not decremented. #3460
- fix(context): panic on NegotiateFormat - index out of range #3397
- Add escape logic for header #3500 and #3503
SECURITY
- Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities #3333
- fix(security): vulnerability GO-2023-1571 #3505
ENHANCEMENTS
- feat: add sonic json support #3184
- chore(file): Creates a directory named path #3316
- fix: modify interface check way #3327
- remove deprecated of package io/ioutil #3395
- refactor: avoid calling strings.ToLower twice #3343
- console logger HTTP status code bug fixed #3453
- chore(yaml): upgrade dependency to v3 version #3456
- chore(router): match method added to routergroup for multiple HTTP methods supporting #3464
- chore(http): add support for go1.20 http.rwUnwrapper to gin.responseWriter #3489
... (truncated)
Commits
4ea0e64Ready release gin 1.9.1 (by: thinkerou) (#3630)bb1fc2efix Request.Context() checks (#3512)2d4bbecfix lack of escaping of filename in Content-Disposition (#3556)9f5ecd4chore(deps): bump actions/setup-go from 3 to 4 (#3543)20cd6bcchore(deps): bump github.com/go-playground/validator/v10 (#3610)6bdc725Fix typos in ISSUE_TEMPLATE.md (#3616)1ab2689chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#3599)6a0556eimprove render code coverage (#3525)eac2daachore: update dependencies for various packages and libraries (#3585)757a638chore: improve linting, testing, and GitHub Actions setup (#3583)- Additional commits viewable in compare view
Updates google.golang.org/protobuf from 1.31.0 to 1.33.0
Updates github.com/containerd/containerd from 1.7.12 to 1.7.27
Release notes
Sourced from github.com/containerd/containerd's releases.
containerd 1.7.27
Welcome to the v1.7.27 release of containerd!
The twenty-seventh patch release for containerd 1.7 contains various fixes and updates.
Highlights
- Fix integer overflow in User ID handling (GHSA-265r-hfxg-fhmg)
- Update image type checks to avoid unnecessary logs for attestations (#11538)
Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.
Contributors
- Jin Dong
- Akhil Mohan
- Derek McGowan
- Maksym Pavlenko
- Paweł Gronowski
- Phil Estes
- Akihiro Suda
- Craig Ingram
- Krisztian Litkey
- Samuel Karp
Changes
05044ec0aMerge commit from fork11504c3fcvalidate uid/gid- Prepare release notes for v1.7.27 (#11540)
1be04be6cPrepare release notes for v1.7.27- Update image type checks to avoid unnecessary logs for attestations (#11538)
- update build to go1.23.7, test go1.24.1 (#11515)
a39863c9fupdate build to go1.23.7, test go1.24.1- Remove hashicorp/go-multierror dependency and fix CI (#11499)
- go.{mod,sum}: bump CDI deps to v0.8.1. (#11422)
5ba28f8dcgo.{mod,sum}: bump CDI deps to v0.8.1, re-vendor.- CI: arm64-8core-32gb -> ubuntu-24.04-arm (#11437)
85f10bd92CI: arm64-8core-32gb -> ubuntu-24.04-arm
... (truncated)
Commits
05044ecMerge commit from fork0b7f2a5Merge pull request #11540 from dmcgowan/prepare-1.7.27574a304Merge pull request #11538 from dmcgowan/backport-113271be04bePrepare release notes for v1.7.2782b5c43core/remotes: Handle attestations in MakeRefKey2c670e7core/images: Ignore attestations when traversing children11504c3validate uid/gid576178bMerge pull request #11515 from akhilerm/1.7-updatego1.24.1a39863cupdate build to go1.23.7, test go1.24.18946aa0Merge pull request #11499 from djdongjin/1-7-remove-hashi-multierror- Additional commits viewable in compare view
Updates github.com/docker/docker from 25.0.2+incompatible to 25.0.13+incompatible
Release notes
Sourced from github.com/docker/docker's releases.
v25.0.13
25.0.13
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
- moby/moby, 25.0.13 milestone
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Prevent restoration of iptables rules for deleted networks and containers on firewalld reload. moby/moby#50445
- Fix Swarm services becoming unreachable from published ports after a firewalld reload. moby/moby#50445
- Improve the reliability of the Swarm overlay network control plane by fixing longstanding issues with NetworkDB. moby/moby#50511
- Improve the reliability of Swarm overlay container networks by fixing longstanding issues with the overlay network driver. moby/moby#50551
v25.0.12
25.0.12
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
- moby/moby, 25.0.12 milestone
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Fix an issue where all new tasks in the Swarm could get stuck in the PENDING state forever after scaling up a service with placement preferences. moby/moby#50203
- Fix an issue which made DNS service discovery for Swarm services unreliable. moby/moby#50230
Packaging updates
- Update Go toolchain to go1.23.9. moby/moby#50053
v25.0.11
25.0.11
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
- moby/moby, 25.0.11 milestone
- Changes to the Engine API, see API version history.
Networking
- [25.0] Backport network fixes by
@dpernyin moby/moby#50005Known Issues
- Some Swarm services are not discoverable over DNS moby/moby#50129
Full Changelog: https://github.com/moby/moby/compare/v25.0.10...v25.0.11
v25.0.10
25.0.10
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
... (truncated)
Commits
165516eMerge pull request #50551 from corhere/backport-25.0/libn/all-the-overlay-fixesf099e91libnetwork: handle coalesced endpoint eventsbace1b8libnetwork/d/overlay: handle coalesced peer updatesf9e5429libn/d/win/overlay: dedupe NetworkDB definitionsfc3df55libn/d/overlay: extract hashable address typesb22872alibnetwork/driverapi: make EventNotify optionalc7e17aelibn/networkdb: report prev value in update eventsd60c71alibnetwork/d/overlay: fix logical race conditionsad54b8flibn/d/overlay: fix encryption race conditions8075689libn/d/overlay: inline secMapWalk into only caller- Additional commits viewable in compare view
Updates github.com/btcsuite/btcd from 0.22.1 to 0.24.2
Release notes
Sourced from github.com/btcsuite/btcd's releases.
v0.24.2
This release includes important bug fixes related to subtle interactions related to re-orgs and the UTXO set cache. These fixed are considered security critical.
This release also includes implementations of
invalidateblockandreconsiderblockwhich can be useful in helping nodes that were afflicted by the aforementioned bugs to recover without needing to resync the entire chain.WIth this release,
btcdnow also implements thetestmempoolacceptRPC which can be useful to check a transaction candidate for validity from a policy and conflict perspective before broadcasting. Along the way, we've added some additional policy checks that exist in other Bitcoin full node implementations.This release also contains fixes to some parsing issues discovered via fuzz testing.
Finally, as mentioned above release includes important security fixes, with full details to be disclosed in 90 days.
What's Changed
- Fix some typos by
@Thabokaniin btcsuite/btcd#2085- Fix some typos by
@vuittont60in btcsuite/btcd#2098- support
testmempoolacceptfor bothbitcoindandbtcdby@yyforyongyuin btcsuite/btcd#2053- rpcclient: make sure batch requests are GCed by
@yyforyongyuin btcsuite/btcd#2105- refactor: add
make helpto display the usage for project Makefile by@Halimaoin btcsuite/btcd#2107- blockchain: set the lastflushtime when setting the lastflushhash by
@kcalvinalvinin btcsuite/btcd#2089- Added 'include_unsafe' option to FundRawTransaction by
@nikicatin btcsuite/btcd#2119- netsync: don't update mempool/fee estimator unless we're synced up by
@kcalvinalvinin btcsuite/btcd#2108- feat: Expose newFutureError for developer friendliness by
@devlzcodein btcsuite/btcd#2112- Add
gettxspendingprevoutforbtcdand fix version check by@yyforyongyuin btcsuite/btcd#2125- addrmgr: fix intermittent addrmanager_internal_test bug by
@kcalvinalvinin btcsuite/btcd#2131- blockchain: don't rely on BlockHeightByHash for prune height calculations by
@kcalvinalvinin btcsuite/btcd#2122- fix ioutil deprecated function by
@theedtronin btcsuite/btcd#2133- blockchain: fix inconsistent utxocache and database on reorg by
@kcalvinalvinin btcsuite/btcd#2123- blockchain: fix a bug where a duplicate entry is possible in the mapslice by
@kcalvinalvinin btcsuite/btcd#2134- blockchain: always relock chainLock for subscription callbacks by
@kcalvinalvinin btcsuite/btcd#2128- rpcclient: add detailed error types by
@yyforyongyuin btcsuite/btcd#2138- Add check for maximum signature length in ecdsa.ParseDERSignature by
@SulaimanAminuBarkindoin btcsuite/btcd#2135- build: bump version to v0.24.2-beta.rc1 by
@Roasbeefin btcsuite/btcd#2136- wire: add method TxID to MsgTx by
@ffranrin btcsuite/btcd#2055- fix typos by
@mattnin btcsuite/btcd#2100- chore: remove trailing continue by
@zhiqiangxuin btcsuite/btcd#2091- Convert
witnessToHexinto a methodToHexStringsonTxWitnessby@ffranrin btcsuite/btcd#1991- chore: fix some comments by
@xiaoxiangxianziin btcsuite/btcd#2146- btcclient+btcjson: defaultMaxFeeRate to BTC/kvB by
@YusukeShimizuin btcsuite/btcd#2142- chore: fix typos by
@xiaoxianBoyin btcsuite/btcd#2150- Add new serialized pubkey type by
@ffranrin btcsuite/btcd#2156- blockchain: Add IsAncestor method to blockNode by
@kcalvinalvinin btcsuite/btcd#2153- fix some comment by
@zhiqiangxuin btcsuite/btcd#2080- chore: fix function names in comment by
@goodfirmin btcsuite/btcd#2163- Update developer_resources.md by
@youngxhuiin btcsuite/btcd#2158- docs: fix config documentation for
AgentWhitelistby@youngjoon-leein btcsuite/btcd#2140- release: add darwin-arm64 to target binaries by
@kcalvinalvinin btcsuite/btcd#2173- chaincfg: update dnsseeds by
@kcalvinalvinin btcsuite/btcd#2174- chore: fix some typos in comments by
@oftenoccurin btcsuite/btcd#2164- chore: fix some function names by
@MarkDavenyin btcsuite/btcd#2180- Update standardness rules congruent to Bitcoin Core by
@ProofOfKeagsin btcsuite/btcd#2178- blockchain, main: add and fix logs by
@kcalvinalvinin btcsuite/btcd#2182- blockchain, fullblocktests, workmath, testhelper: add InvalidateBlock() method to BlockChain by
@kcalvinalvinin btcsuite/btcd#2155
... (truncated)
Commits
cc26860rpcclient: update error str to match both versions (#2205)f6db48aMerge pull request #2201 from Roasbeef/v-0-24-2cc4b27cbuild: bump version to v0.24.2-beta93e7291Merge pull request #2197 from Crypt-iQ/2183_eugene0aa80eamain: Add invalidateblock and reconsiderblock rpc commands1cb4d3arpcclient, integration: Add invalidateblock and reconsiderblockcd5e5baMerge pull request #2196 from Crypt-iQ/2181_eugene11bd614Fix struct names (#2169)976cbebchore: fix some comments (#2191)588b2e5fix: typo (#2184)- Additional commits viewable in compare view
Updates github.com/consensys/gnark-crypto from 0.12.1 to 0.18.1
Release notes
Sourced from github.com/consensys/gnark-crypto's releases.
v0.18.1
Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.18.0...v0.18.1
v0.18.0
What's Changed
- perf: disable cobra bit reverse for small fields by
@gbotrelin Consensys/gnark-crypto#662- perf: adds avx512 poseidon2 for small fields by
@gbotrelin Consensys/gnark-crypto#665- GKR Gate Registry by
@Tabaiein Consensys/gnark-crypto#652- chore: remove unused benchmark script by
@ivokubin Consensys/gnark-crypto#675- Remove GKR from gnark-crypto by
@Tabaiein Consensys/gnark-crypto#670- feat: make <31 bit field generated using uint32 by
@gbotrelin Consensys/gnark-crypto#676- refactor: hash to curve by
@ivokubin Consensys/gnark-crypto#674- fix: Eisenstein Half-GCD convergence by
@feltroidprimein Consensys/gnark-crypto#680- feat/hashregistry by
@Tabaiein Consensys/gnark-crypto#687- Feat/fftext by
@YaoJGaltelandin Consensys/gnark-crypto#684- Feat/vortex options by
@ThomasPiellardin Consensys/gnark-crypto#689- [secp256k1]: replace outdated link to article by
@gap-editorin Consensys/gnark-crypto#690- feat: remove dependency on internal package in ecc.go by
@gbotrelin Consensys/gnark-crypto#693New Contributors
@feltroidprimemade their first contribution in Consensys/gnark-crypto#680@YaoJGaltelandmade their first contribution in Consensys/gnark-crypto#684@gap-editormade their first contribution in Consensys/gnark-crypto#690Full Changelog: https://github.com/Consensys/gnark-crypto/compare/v0.17.0...v0.18.0
v0.17.0
What's Changed
- fix: missing Poseidon2 round keys by
@Tabaiein Consensys/gnark-crypto#621- feat: Poseidon2 Hash Instantiation for BLS12-377 by
@Tabaiein Consensys/gnark-crypto#623- feat: add Grumpkin elliptic curve (2-cycle with BN254) by
@yelhousniin Consensys/gnark-crypto#625- Perf: Poseidon2 GKR circuit by
@Tabaiein Consensys/gnark-crypto#628- feat: add sis avx512 and fft avx512 for koalabear by
@gbotrelin Consensys/gnark-crypto#622- InterpolateOnRange refactor by
@Tabaiein Consensys/gnark-crypto#634- chore: add auto close PR workflow by
@gbotrelin Consensys/gnark-crypto#638- perf: subgroup membership by
@yelhousniin Consensys/gnark-crypto#635- feat: poseidon2 for koala-bear, baby-bear and goldilocks by
@yelhousniin Consensys/gnark-crypto#629- chore: generify poseidon2 parameters for other curves/fr by
@yelhousniin Consensys/gnark-crypto#636- feat: baby-bear and koala-bear extensions of degree 4 by
@yelhousniin Consensys/gnark-crypto#643- fix: ensure fast path is taken only with fixed bound and degree by
@gbotrelin Consensys/gnark-crypto#651- Poseidon2 compression for small fields by
@Tabaiein Consensys/gnark-crypto#644- fix: poseidon2 templates by
@yelhousniin Consensys/gnark-crypto#648- test: improve NAF decomposition test coverage by
@DeVikingMarkin Consensys/gnark-crypto#617- refactor: generate code for poseidon2_test by
@yelhousniin Consensys/gnark-crypto#660- test(bn254, bls12-381): test points intentionally not on sugroups G1/2 by
@yelhousniin Consensys/gnark-crypto#658- refactor: generify small fields extensions by
@yelhousniin Consensys/gnark-crypto#647New Contributors
@DeVikingMarkmade their first contribution in Consensys/gnark-crypto#617
... (truncated)
Changelog
Sourced from github.com/consensys/gnark-crypto's changelog.
[v0.18.1] - 2025-10-23
Perf
- limit memory allocation during Vector deserialization (#759)
[v0.18.0] - 2025-06-09
Build
- deps: bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677)
Chore
- remove unused benchmark script (#675)
Docs
- replace outdated link to article (#690)
Experiment
- vortex on koalabear (#645)
Feat
- remove dependency on internal package in ecc.go (#693)
- make <31 bit field generated using uint32 (#676)
Fix
- remove unimplemented path from fft ext
- Eisenstein Half-GCD convergence (#680)
Perf
- adds avx512 poseidon2 for small fields (#665)
- remove useless copies in e4 mul by elem (#667)
- disable cobra bit reverse for small fields (#662)
Refactor
- hash to curve (#674)
[v0.17.0] - 2025-03-11
Chore
- remove useless github workflow
- generify poseidon2 parameters for other curves/fr (#636)
- add auto close PR workflow (#638)
Feat
... (truncated)
Commits
fb04e95docs: add CHANGELOG for 0.18.10a4d04aperf: limit memory allocation during Vector deserialization (#759)f8ab23afix: remove unimplemented path from fft ext2b70394feat: remove dependency on internal package in ecc.go (#693)ca72a0fdocs: replace outdated link to article (#690)21614bdFeat/vortex options (#689)0517915Feat/fftext (#684)404f8e5feat/hashregistry (#687)5660088fix: Eisenstein Half-GCD convergence (#680)1873045build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677)- Additional commits viewable in compare view
Updates golang.org/x/crypto from 0.17.0 to 0.35.0
Commits
7292932ssh: limit the size of the internal packet queue while waiting for KEXf66f74bacme/autocert: check host policy before probing the cacheb0784b7x509roots/fallback: drop obsolete build constraint911360call: bump golang.org/x/crypto dependencies of asm generators89ff08dall: upgrade go directive to at least 1.23.0 [generated]e47973ball: update certs for go1.249290511go.mod: update golang.org/x dependenciesfa5273ex509roots/fallback: update bundlea8ea4bessh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface71d3a4cacme: support challenges that require the ACME client to send a non-empty JSO...- Additional commits viewable in compare view
Updates golang.org/x/net from 0.18.0 to 0.33.0
Commits
dfc720dgo.mod: update golang.org/x dependencies8e66b04html: use strings.EqualFold instead of lowering ourselvesb935f7bhtml: avoid endless loop on error token9af49efroute: remove unused sizeof* consts6705db9quic: clean up crypto streams when dropping packet protection keys4ef7588quic: handle ACK frame in packet which drops number space552d8acRevert "route: change from syscall to x/sys/unix"13a7c01Revert "route: remove unused sizeof* consts on freebsd"285e1cfgo.mod: update golang.org/x dependenciesd0a1049route: remove unused sizeof* consts on freebsd- Additional commits viewable in compare view
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.
Labels
The following labels could not be found: gomod. Please create it before Dependabot can add it to a pull request.
Please fix the above issues or remove invalid values from dependabot.yml.