Skip to content

build(deps): bump the non-breaking group across 1 directory with 15 updates - #16941

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/non-breaking-8640973f48
Closed

build(deps): bump the non-breaking group across 1 directory with 15 updates#16941
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/non-breaking-8640973f48

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the non-breaking group with 12 updates in the / directory:

Package From To
github.com/bmatcuk/doublestar/v4 4.6.1 4.10.0
github.com/canonical/go-efilib 1.7.1-0.20260310185303-7166aa858b24 1.8.0
github.com/canonical/go-tpm2 1.15.0 1.16.2
github.com/godbus/dbus/v5 5.1.0 5.2.2
github.com/gorilla/mux 1.8.0 1.8.1
github.com/jessevdk/go-flags 1.5.1-0.20210607101731-3927b71304df 1.6.1
github.com/juju/ratelimit 1.0.1 1.0.2
github.com/mattn/go-runewidth 0.0.15 0.0.24
github.com/seccomp/libseccomp-golang 0.9.2-0.20220502024300-f57e1d55ea18 0.11.1
golang.org/x/crypto 0.23.0 0.52.0
golang.org/x/time 0.10.0 0.15.0
go.etcd.io/bbolt 1.3.9 1.4.3

Updates github.com/bmatcuk/doublestar/v4 from 4.6.1 to 4.10.0

Release notes

Sourced from github.com/bmatcuk/doublestar/v4's releases.

Added WithNoHidden option

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0

Fixed Handling of Paths With Meta Chars Using Alts

@​toga4 submitted a PR that fixed a small bug with the way paths were handled when the pattern used {alts}: if some part of the on-disk path that came before the {alt} included meta characters (say, a directory name that included the character ?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @​toga4 !

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2

Small Performance Change

This release contains a small change that gives a slight performance increase. Thanks to @​jbedard for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.0...v4.9.1

Added WithCaseInsensitive option

Added a WithCaseInsensitive option to ignore alphabetic case when globbing. Thanks @​braydonk for the PR!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.8.1...v4.9.0

Small Performance Improvement for MatchUnvalidated

Skip some additional validation checks in MatchUnvalidated. Thanks to @​lukemassa for the PR!

... (truncated)

Commits
  • a9ad9e0 allow starting test manually
  • 9987c0c update docs
  • d3b2184 windows support for WithNoHidden; better tests
  • 5d6a6cd Merge branch 'lukasngl-feat/no-hidden'
  • e8319d2 run tests when a branch/tag is created
  • 614b331 run tests when a branch/tag is created
  • df2e03f feat: add WithNoHidden option to skip hidden files
  • 3dc8306 Merge branch 'toga4-fix-brace-exp-with-meta'
  • 4db19e2 fix tests
  • 4ef2b00 fix: escape meta characters in paths during brace expansion
  • Additional commits viewable in compare view

Updates github.com/canonical/go-efilib from 1.7.1-0.20260310185303-7166aa858b24 to 1.8.0

Commits

Updates github.com/canonical/go-tpm2 from 1.15.0 to 1.16.2

Commits
  • 3a95914 policyutil: Add NoAppropriatePathError
  • 77c3dd9 policyutil: Add Policy.DigestAlgs
  • 87f0a24 SessionContext should embed tpm2.SessionContext
  • 72d5484 policyutil: ResourceContext should embed tpm2.ResourceContext
  • d5f73e7 policyutil: Add ErrPolicySignedConstraint
  • 0ca4cce policyutil: Add WithSessionUsageCommandCodeConstraint
  • See full diff in compare view

Updates github.com/godbus/dbus/v5 from 5.1.0 to 5.2.2

Release notes

Sourced from github.com/godbus/dbus/v5's releases.

v5.2.2

What's Changed

New Contributors

Full Changelog: godbus/dbus@v5.2.1...v5.2.2

v5.2.1

What's Changed

Full Changelog: godbus/dbus@v5.2.0...v5.2.1

v5.2.0

What's Changed

... (truncated)

Commits
  • a8ac15b Merge pull request #427 from dims/drop-unused-import-in-windows-specific-code
  • e638c72 Drop ununsed import in windows specific code
  • 20d95a3 Merge pull request #422 from kolyshkin/homedir
  • d3fc3b5 Fix and simplify getHomeDir
  • 88ce463 Merge pull request #419 from kolyshkin/golangci-v2
  • feb892a ci: bump golangci-lint to v2
  • c5ff039 Ignore ST1008 warning for validSingle
  • 135663e Omit embedded fields
  • 1b92cdc variant_parser: simplify switch statement
  • d03c0be Use switch where it makes sense
  • Additional commits viewable in compare view

Updates github.com/gorilla/mux from 1.8.0 to 1.8.1

Release notes

Sourced from github.com/gorilla/mux's releases.

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

Commits

Updates github.com/jessevdk/go-flags from 1.5.1-0.20210607101731-3927b71304df to 1.6.1

Release notes

Sourced from github.com/jessevdk/go-flags's releases.

v1.6.1

Full Changelog: jessevdk/go-flags@v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: jessevdk/go-flags@v1.5.0...v1.6.0

Commits

Updates github.com/juju/ratelimit from 1.0.1 to 1.0.2

Release notes

Sourced from github.com/juju/ratelimit's releases.

v1.0.2

What's Changed

New Contributors

Full Changelog: juju/ratelimit@v1.0.1...v1.0.2

Commits
  • f60b320 Merge pull request #31 from kingsamchen/fix/adjustAvailableToken
  • 4b7d3dd Fix the stupid defect
  • f633805 Fix bonus token by adjustavailableTokens() (#30)
  • 6070dec Merge pull request #29 from zhuCheer/master
  • acc0f5d improved documentation and add the “Available” function explain.
  • See full diff in compare view

Updates github.com/mattn/go-runewidth from 0.0.15 to 0.0.24

Commits
  • 0383c20 Merge pull request #96 from mattn/optimize-eastasian-width-table
  • 37796e5 Optimize EastAsian RuneWidth with precomputed width table
  • e8dc57a Revise security policy and supported versions
  • 17a7a03 Merge pull request #95 from mattn/optimize-runewidth-performance
  • 0a43bb8 Optimize RuneWidth and StringWidth performance
  • 41dc6c5 Merge pull request #92 from mattn/stringwidth-single-rune-fast-path
  • 254e529 optimize single-rune StringWidth
  • b7b94fb Merge pull request #91 from mattn/add-is-combining-width
  • 2c33cbf Update CI: bump actions and Go versions
  • c6c0a14 Add IsCombiningWidth function
  • Additional commits viewable in compare view

Updates github.com/seccomp/libseccomp-golang from 0.9.2-0.20220502024300-f57e1d55ea18 to 0.11.1

Release notes

Sourced from github.com/seccomp/libseccomp-golang's releases.

v0.11.1

What's Changed

New Contributors

Full Changelog: seccomp/libseccomp-golang@v0.11.0...v0.11.1

v0.11.0

What's Changed

  • Add new architectures (LOONGARCH64, M68K, SH, SHEB)
  • Add support for SCMP_FLTATR_CTL_WAITKILL (GetWaitKill, SetWaitKill)
  • Add support for filter precompute (Precompute)
  • Add support for transactions (Transaction{Start,Commit,Reject})
  • Add ExportBPFMem
  • Improve documentation for struct fields
  • Fix TestRuleAddAndLoad for ppc architecture
  • Fix TestRuleAddAndLoad to not use magic number
  • Remove unused get_*_version implementation
  • Test against latest libseccomp and Go versions

Full Changelog: seccomp/libseccomp-golang@v0.10.0...v0.11.0

libseccomp-golang v0.10.0

Changelog

  • Minimum supported version of libseccomp bumped to v2.3.1
  • Add seccomp userspace notification API (ActNotify, filter.*Notif*)
  • Add filter.{Get,Set}SSB (to support SCMP_FLTATR_CTL_SSB)
  • Add filter.{Get,Set}Optimize (to support SCMP_FLTATR_CTL_OPTIMIZE)
  • Add filter.{Get,Set}RawRC (to support SCMP_FLTATR_API_SYSRAWRC)
  • Add ArchPARISC, ArchPARISC64, ArchRISCV64
  • Add ActKillProcess and ActKillThread; deprecate ActKill
  • Add go module support
  • Return ErrSyscallDoesNotExist when unable to resolve a syscall
  • Fix some functions to check for both kernel level API and libseccomp version
  • Fix MakeCondition to use sanitizeCompareOp
  • Fix AddRule to handle EACCES (from libseccomp >= 2.5.0)
  • Updated the main docs and converted to README.md
  • Added CONTRIBUTING.md, SECURITY.md, and administrative docs under doc/admin
  • Add GitHub action CI, enable more linters
  • test: test against various libseccomp versions
  • test: fix and simplify execInSubprocess
  • test: fix APILevelIsSupported
  • Refactor the Errno(-1 * retCode) pattern
  • Refactor/unify libseccomp version / API level checks
  • Code cleanups (linter, formatting, spelling fixes)
  • Cleanup: use errors.New instead of fmt.Errorf where appropriate

... (truncated)

Changelog

Sourced from github.com/seccomp/libseccomp-golang's changelog.

  • Version 0.11.1 - August 5, 2025
  • Make GetArchFromString recognize "loong64"
  • Version 0.11.0 - April 23, 2025
  • Add new architectures (LOONGARCH64, M68K, SH, SHEB)
  • Add support for SCMP_FLTATR_CTL_WAITKILL (GetWaitKill, SetWaitKill)
  • Add support for filter precompute (Precompute)
  • Add support for transactions (Transaction{Start,Commit,Reject})
  • Add ExportBPFMem
  • Improve documentation for struct fields
  • Fix TestRuleAddAndLoad for ppc architecture
  • Fix TestRuleAddAndLoad to not use magic number
  • Remove unused get_*_version implementation
  • Test against latest libseccomp and Go versions
  • Version 0.10.0 - June 9, 2022
  • Minimum supported version of libseccomp bumped to v2.3.1
  • Add seccomp userspace notification API (ActNotify, filter.Notif)
  • Add filter.{Get,Set}SSB (to support SCMP_FLTATR_CTL_SSB)
  • Add filter.{Get,Set}Optimize (to support SCMP_FLTATR_CTL_OPTIMIZE)
  • Add filter.{Get,Set}RawRC (to support SCMP_FLTATR_API_SYSRAWRC)
  • Add ArchPARISC, ArchPARISC64, ArchRISCV64
  • Add ActKillProcess and ActKillThread; deprecate ActKill
  • Add go module support
  • Return ErrSyscallDoesNotExist when unable to resolve a syscall
  • Fix some functions to check for both kernel level API and libseccomp version
  • Fix MakeCondition to use sanitizeCompareOp
  • Fix AddRule to handle EACCES (from libseccomp >= 2.5.0)
  • Updated the main docs and converted to README.md
  • Added CONTRIBUTING.md, SECURITY.md, and administrative docs under doc/admin
  • Add GitHub action CI, enable more linters
  • test: test against various libseccomp versions
  • test: fix and simplify execInSubprocess
  • test: fix APILevelIsSupported
  • Refactor the Errno(-1 * retCode) pattern
  • Refactor/unify libseccomp version / API level checks
  • Code cleanups (linter, formatting, spelling fixes)
  • Cleanup: use errors.New instead of fmt.Errorf where appropriate
  • Cleanup: remove duplicated cgo stuff, redundant linux build tag
  • Version 0.9.1 - May 21, 2019
  • Minimum supported version of libseccomp bumped to v2.2.0
  • Use Libseccomp's seccomp_version API to retrieve library version
  • Unconditionally set TSync attribute for filters, due to Go's heavily threaded nature
  • Fix CVE-2017-18367 - Multiple syscall arguments were incorrectly combined with logical-OR, instead of logical-AND
  • Fix a failure to build on Debian-based distributions due to CGo code
  • Fix unit test failures on 32-bit architectures
  • Improve several errors to be more verbose about their causes
  • Add support for SCMP_ACT_LOG (with libseccomp versions 2.4.x and higher), permitting syscalls but logging their execution
  • Add support for SCMP_FLTATR_CTL_LOG (with libseccomp versions 2.4.x and higher), logging not-allowed actions when they are denied

... (truncated)

Commits

Updates golang.org/x/crypto from 0.23.0 to 0.52.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.8.0 to 0.20.0

Commits
  • ec11c4a errgroup: fix a typo in the documentation
  • 1a58307 all: modernize interface{} -> any
  • 3172ca5 all: upgrade go directive to at least 1.25.0 [generated]
  • 2a180e2 errgroup: use consistent read for SetLimit panic
  • 1966f53 errgroup: fix some typos in comment
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • 7fad2c9 errgroup: revert propagation of panics
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • Additional commits viewable in compare view

Updates golang.org/x/sys from 0.21.0 to 0.45.0

Commits
  • 397d5f8 unix: update to Linux kernel 7.0
  • 0a387f7 cpu: detect zbc extension on riscv64
  • 758f71c cpu: add LLACQ_SCREL, SCQ, DBAR_HINTS detection for loong64
  • 99666ae unix: merge Linux readv/writev implementation with Darwin/OpenBSD
  • e4444cb windows: add NtSetEaFile, NtQueryEaFile and NtQueryInformationFile
  • 04396e8 unix: add Readv, Writev, Preadv, Pwritev for OpenBSD
  • fb1facd windows: avoid uint16 overflow in NewNTUnicodeString
  • 94ad893 windows: add GetIfTable2Ex, GetIpInterface{Entry,Table}, GetUnicastIpAddressT...
  • 54fe89f cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • df7d5d7 unix: automatically remove container created by mkall.sh
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.15.0 to 0.37.0

Commits
  • 3ef517e go.mod: update golang.org/x dependencies
  • 8577a70 go.mod: update golang.org/x dependencies
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • 817fba9 go.mod: update golang.org/x dependencies
  • 3264de9 all: clean up old Go hacks
  • 74af298 all: fix tags in remaining Unicode tables
  • 117e03b all: delete old Unicode tables
  • 9463ea4 all: update to Unicode 17
  • 7278b25 internal/export/idna: update for post-Unicode 10 idna changes
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.10.0 to 0.15.0

Commits
  • 812b343 all: upgrade go directive to at least 1.25.0 [generated]
  • 2b4e439 rate: use time.Time.Equal instead of ==
  • c0b0320 all: upgrade go directive to at least 1.24.0 [generated]
  • 1616a7f rate: skip time.Now call in Sometimes.Do unless necessary
  • 0c50ed8 all: upgrade go directive to at least 1.23.0 [generated]
  • 66520f6 rate: simplify function advance only returns new Tokens to caller
  • See full diff in compare view

Updates go.etcd.io/bbolt from 1.3.9 to 1.4.3

Release notes

Sourced from go.etcd.io/bbolt's releases.

v1.4.3

See the CHANGELOG/v1.4.3 for more details.

v1.4.2

See the CHANGELOG/v1.4.2 for more details.

v1.4.1

See the CHANGELOG/v1.4.1 for more details.

v1.4.0

See the CHANGELOG/v1.4.0 for more details.

v1.4.0-beta.0

See the CHANGELOG/v1.4.0-beta.0 for more details.

v1.3.12

See the CHANGELOG/v1.3.12 for more details.

v1.3.11

See the CHANGELOG/v1.3.11 for more details.

v1.3.10

See the CHANGELOG/v1.3.10 for more details.

Commits
  • 68e6b96 Update version to v1.4.3
  • 599de69 Merge pull request #1058 from ahrtr/20250818_writeto_1.4
  • 8fd1b83 Update (*Tx)WriteTo to reuse the already opened file if WriteFlag not set
  • 76cd3d4 Merge pull request #1049 from hwdef/release14-bump-go-12312
  • af33d7d Bump Go to 1.23.12
  • 60b43b8 Merge pull request #1050 from Elbehery/20250811_bump_windows_timeout
  • 79638fd [release-1.4]:chore(test): bump_windows_test_timeout
  • 804e170 Merge pull request #1046 from ahrtr/20250809_hugesize_test_1.4
  • 0307cfd Fix test case TestDB_HugeValue for 32 bit systems
  • 4c57e50 Merge pull request #1024 from hwdef/bump-go-12311-release-14
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 20, 2026
@github-actions

github-actions Bot commented Apr 20, 2026

Copy link
Copy Markdown

Tue Jun 2 11:02:40 UTC 2026
The following results are from: https://github.com/canonical/snapd/actions/runs/26815149850

No spread failures reported

@dependabot
dependabot Bot force-pushed the dependabot/go_modules/non-breaking-8640973f48 branch from b7d2daa to 29c9340 Compare April 27, 2026 14:16
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/non-breaking-8640973f48 branch from 29c9340 to 12cb6a4 Compare May 4, 2026 14:57
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/non-breaking-8640973f48 branch from 12cb6a4 to 5cb13b9 Compare May 11, 2026 18:50
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/non-breaking-8640973f48 branch 2 times, most recently from 1252e67 to 7f4063d Compare May 25, 2026 17:49
…pdates

Bumps the non-breaking group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/bmatcuk/doublestar/v4](https://github.com/bmatcuk/doublestar) | `4.6.1` | `4.10.0` |
| [github.com/canonical/go-efilib](https://github.com/canonical/go-efilib) | `1.7.1-0.20260310185303-7166aa858b24` | `1.8.0` |
| [github.com/canonical/go-tpm2](https://github.com/canonical/go-tpm2) | `1.15.0` | `1.16.2` |
| [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) | `5.1.0` | `5.2.2` |
| [github.com/gorilla/mux](https://github.com/gorilla/mux) | `1.8.0` | `1.8.1` |
| [github.com/jessevdk/go-flags](https://github.com/jessevdk/go-flags) | `1.5.1-0.20210607101731-3927b71304df` | `1.6.1` |
| [github.com/juju/ratelimit](https://github.com/juju/ratelimit) | `1.0.1` | `1.0.2` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.15` | `0.0.24` |
| [github.com/seccomp/libseccomp-golang](https://github.com/seccomp/libseccomp-golang) | `0.9.2-0.20220502024300-f57e1d55ea18` | `0.11.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.23.0` | `0.52.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.10.0` | `0.15.0` |
| [go.etcd.io/bbolt](https://github.com/etcd-io/bbolt) | `1.3.9` | `1.4.3` |



Updates `github.com/bmatcuk/doublestar/v4` from 4.6.1 to 4.10.0
- [Release notes](https://github.com/bmatcuk/doublestar/releases)
- [Commits](bmatcuk/doublestar@v4.6.1...v4.10.0)

Updates `github.com/canonical/go-efilib` from 1.7.1-0.20260310185303-7166aa858b24 to 1.8.0
- [Commits](https://github.com/canonical/go-efilib/commits/v1.8.0)

Updates `github.com/canonical/go-tpm2` from 1.15.0 to 1.16.2
- [Commits](canonical/go-tpm2@v1.15.0...v1.16.2)

Updates `github.com/godbus/dbus/v5` from 5.1.0 to 5.2.2
- [Release notes](https://github.com/godbus/dbus/releases)
- [Commits](godbus/dbus@v5.1.0...v5.2.2)

Updates `github.com/gorilla/mux` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.8.0...v1.8.1)

Updates `github.com/jessevdk/go-flags` from 1.5.1-0.20210607101731-3927b71304df to 1.6.1
- [Release notes](https://github.com/jessevdk/go-flags/releases)
- [Commits](https://github.com/jessevdk/go-flags/commits/v1.6.1)

Updates `github.com/juju/ratelimit` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/juju/ratelimit/releases)
- [Commits](juju/ratelimit@1.0.1...v1.0.2)

Updates `github.com/mattn/go-runewidth` from 0.0.15 to 0.0.24
- [Commits](mattn/go-runewidth@v0.0.15...v0.0.24)

Updates `github.com/seccomp/libseccomp-golang` from 0.9.2-0.20220502024300-f57e1d55ea18 to 0.11.1
- [Release notes](https://github.com/seccomp/libseccomp-golang/releases)
- [Changelog](https://github.com/seccomp/libseccomp-golang/blob/main/CHANGELOG)
- [Commits](https://github.com/seccomp/libseccomp-golang/commits/v0.11.1)

Updates `golang.org/x/crypto` from 0.23.0 to 0.52.0
- [Commits](golang/crypto@v0.23.0...v0.52.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.20.0
- [Commits](golang/sync@v0.8.0...v0.20.0)

Updates `golang.org/x/sys` from 0.21.0 to 0.45.0
- [Commits](golang/sys@v0.21.0...v0.45.0)

Updates `golang.org/x/text` from 0.15.0 to 0.37.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.15.0...v0.37.0)

Updates `golang.org/x/time` from 0.10.0 to 0.15.0
- [Commits](golang/time@v0.10.0...v0.15.0)

Updates `go.etcd.io/bbolt` from 1.3.9 to 1.4.3
- [Release notes](https://github.com/etcd-io/bbolt/releases)
- [Commits](etcd-io/bbolt@v1.3.9...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/bmatcuk/doublestar/v4
  dependency-version: 4.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/canonical/go-efilib
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/canonical/go-tpm2
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/godbus/dbus/v5
  dependency-version: 5.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/gorilla/mux
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: github.com/jessevdk/go-flags
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: github.com/juju/ratelimit
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: github.com/seccomp/libseccomp-golang
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: go.etcd.io/bbolt
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/sync
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/sys
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/text
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: golang.org/x/time
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/non-breaking-8640973f48 branch from 7f4063d to 0b3c8e8 Compare June 2, 2026 10:54
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 8, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/non-breaking-8640973f48 branch June 8, 2026 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant