Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the all-go-deps group with 3 updates in the / directory: filippo.io/torchwood, github.com/go-git/go-git/v5 and github.com/transparency-dev/tessera.

Updates filippo.io/torchwood from 0.6.1 to 0.8.0

Changelog

Sourced from filippo.io/torchwood's changelog.

v0.8.0

torchwood

  • Added TileFS, a TileReader implementation that reads tiles from a filesystem. Supports optional gzip decompression of data tiles.

  • Added TileArchiveFS, an fs.FS implementation that reads files from a set of zip archives.

v0.7.0

Updated golang.org/x/... dependencies.

torchwood

  • Added NewCosignatureVerifier to parse tlog-cosignature vkeys.

  • Added Client.AllEntries to fetch all entries from a log without stopping at the last full tile boundary. This is useful for one-shot monitors that don't tail the log.

litewitness

  • Added support for per-log bastions and -no-listen flag. Use the new add-bastion and del-bastion witnessctl commands to manage them.

litebastion

  • Added -listen-http flag to accept requests on localhost instead of the public port witnesses use to connect to the bastion.
Commits
  • 41992bd all: document v0.8.0
  • 1b7cd34 torchwood: add TileFS and TileArchiveFS for local logs
  • 7597397 all: document v0.7.0
  • 4af1bff cmd/litewitness: implement per-log bastions (#35)
  • e5e918c litewitness: extend testscript killall, avoid external killall (#40)
  • 4324df3 bastion,cmd/litebastion: add option to accept HTTP on localhost only (#39)
  • 32fc8d4 all: update golang.org/x/... modules
  • d65422f torchwood: add NewCosignatureVerifier
  • c485592 torchwood: add Client.AllEntries for monitors
  • See full diff in compare view

Updates github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.16.4

What's Changed

Full Changelog: go-git/go-git@v5.16.3...v5.16.4

Commits
  • de8ecc3 Merge pull request #1743 from go-git/renovate/releases/v5.x-go-github.com-go-...
  • 3e752f0 build: Update module github.com/go-git/go-git/v5 to v5.13.0 [SECURITY]
  • 3a31754 Merge pull request #1741 from go-git/renovate/releases/v5.x-go-github.com-clo...
  • acc28f1 build: Update module github.com/cloudflare/circl to v1.6.1 [SECURITY]
  • 95f3880 Merge pull request #1742 from go-git/renovate/releases/v5.x-go-golang.org-x-n...
  • 329f926 build: Update module golang.org/x/net to v0.38.0 [SECURITY]
  • 399e04b Merge pull request #1734 from pjbgf/fix-ci
  • 2025eae build: test, Fix build on Windows.
  • fb6806f Merge pull request #1732 from swills/find-hash-panic-fix-backport
  • 382530f plumbing: format/idxfile, prevent panic
  • See full diff in compare view

Updates github.com/transparency-dev/tessera from 1.0.0 to 1.0.1

Release notes

Sourced from github.com/transparency-dev/tessera's releases.

v1.0.1

What's Changed

Small maintenance release. Notable changes below:

Doc improvements

Witnessing support

Checkpoint republication

CT Only

Other improvements

Deps

... (truncated)

Commits

Updates golang.org/x/mod from 0.30.0 to 0.31.0

Commits

Updates golang.org/x/sync from 0.18.0 to 0.19.0

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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 <dependency name> major version will 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 version will 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

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 Dec 15, 2025
@mhutchinson
Copy link
Contributor

@dependabot recreate

Bumps the all-go-deps group with 3 updates in the / directory: [filippo.io/torchwood](https://github.com/FiloSottile/torchwood), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [github.com/transparency-dev/tessera](https://github.com/transparency-dev/tessera).


Updates `filippo.io/torchwood` from 0.6.1 to 0.8.0
- [Changelog](https://github.com/FiloSottile/torchwood/blob/main/NEWS.md)
- [Commits](FiloSottile/torchwood@v0.6.1...v0.8.0)

Updates `github.com/go-git/go-git/v5` from 5.16.3 to 5.16.4
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.16.3...v5.16.4)

Updates `github.com/transparency-dev/tessera` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/transparency-dev/tessera/releases)
- [Commits](transparency-dev/tessera@v1.0.0...v1.0.1)

Updates `golang.org/x/mod` from 0.30.0 to 0.31.0
- [Commits](golang/mod@v0.30.0...v0.31.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: filippo.io/torchwood
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: github.com/go-git/go-git/v5
  dependency-version: 5.16.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: github.com/transparency-dev/tessera
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-deps-b3fcc21ec6 branch from 6aab185 to 1dc6968 Compare January 19, 2026 16:37
@mhutchinson mhutchinson merged commit caa9b20 into main Jan 19, 2026
9 checks passed
@mhutchinson mhutchinson deleted the dependabot/go_modules/all-go-deps-b3fcc21ec6 branch January 19, 2026 17:02
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