-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱(deps): Bump the all-go-deps group with 2 updates
Bumps the all-go-deps group with 2 updates: [github.com/transparency-dev/distributor](https://github.com/transparency-dev/distributor) and [github.com/transparency-dev/formats](https://github.com/transparency-dev/formats). Updates `github.com/transparency-dev/distributor` from 0.1.2 to 0.2.0 - [Release notes](https://github.com/transparency-dev/distributor/releases) - [Commits](transparency-dev/distributor@v0.1.2...v0.2.0) Updates `github.com/transparency-dev/formats` from 0.0.0-20240715203801-9ff9b9e3905f to 0.0.0-20241003145927-a04dcc2a37e4 - [Commits](https://github.com/transparency-dev/formats/commits) --- updated-dependencies: - dependency-name: github.com/transparency-dev/distributor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-go-deps - dependency-name: github.com/transparency-dev/formats dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5b6a539
commit f4b2348
Showing
2 changed files
with
18 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
module github.com/mhutchinson/woodpecker | ||
|
||
go 1.22.6 | ||
toolchain go1.22.8 | ||
|
||
require ( | ||
github.com/gdamore/tcell/v2 v2.7.4 | ||
github.com/rivo/tview v0.0.0-20240625185742-b0a7293b8130 | ||
github.com/transparency-dev/distributor v0.1.2 | ||
github.com/transparency-dev/formats v0.0.0-20240715203801-9ff9b9e3905f | ||
github.com/transparency-dev/distributor v0.2.0 | ||
github.com/transparency-dev/formats v0.0.0-20241003145927-a04dcc2a37e4 | ||
github.com/transparency-dev/serverless-log v0.0.0-20240507164215-bf5370b31f94 | ||
github.com/transparency-dev/trillian-tessera v0.0.0-20240827143803-0cfc4330d4f8 | ||
golang.org/x/mod v0.21.0 | ||
k8s.io/klog/v2 v2.130.1 | ||
) | ||
|
||
require ( | ||
github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b // indirect | ||
github.com/gdamore/encoding v1.0.0 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/golang/glog v1.2.2 // indirect | ||
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/transparency-dev/merkle v0.0.2 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/term v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters