Skip to content

Commit 419f74c

Browse files
authored
Track formats/note changes. (#1053)
1 parent 6774797 commit 419f74c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/hashicorp/golang-lru/v2 v2.0.7
2828
github.com/muesli/termenv v0.16.0
2929
github.com/rivo/tview v0.42.0
30-
github.com/transparency-dev/formats v0.1.2-0.20260629100010-fa283eb7462a
30+
github.com/transparency-dev/formats v0.1.2-0.20260710124811-af9e607161b6
3131
github.com/transparency-dev/merkle v0.0.3-0.20260629095233-a1adddb6323b
3232
github.com/transparency-dev/witness v0.0.0-20260701145555-54dbcdd14f82
3333
go.opentelemetry.io/contrib/detectors/aws/ec2/v2 v2.5.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
250250
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
251251
github.com/transparency-dev/formats v0.1.2-0.20260629100010-fa283eb7462a h1:xpTogZtf8jrUmeob4cGJ6qVZHXE1KlHxX+/WM3im9SQ=
252252
github.com/transparency-dev/formats v0.1.2-0.20260629100010-fa283eb7462a/go.mod h1:8vp6vMDg/v+6K7aAbF4ccndYCcbAO/627+yYfX2UNnM=
253+
github.com/transparency-dev/formats v0.1.2-0.20260710124811-af9e607161b6 h1:Cjch7pytQosuWS2c7u7ytdkZZMmnG0NvS7DoYP5GYZk=
254+
github.com/transparency-dev/formats v0.1.2-0.20260710124811-af9e607161b6/go.mod h1:8vp6vMDg/v+6K7aAbF4ccndYCcbAO/627+yYfX2UNnM=
253255
github.com/transparency-dev/merkle v0.0.3-0.20260629095233-a1adddb6323b h1:0nbx2whxWqEycj3JKCMezPXiV6z5Q+L2tdZjLDP6AbE=
254256
github.com/transparency-dev/merkle v0.0.3-0.20260629095233-a1adddb6323b/go.mod h1:E+iHk6bS+tIgIJGD4TMeAjSjhQ9wPfL/ST4pXyITjdU=
255257
github.com/transparency-dev/witness v0.0.0-20260701145555-54dbcdd14f82 h1:Z123XTeN4zW70woiwbYeJCvWbgI3fLrf+7F06E1tqsg=

internal/mirror/hammer/hammer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ func (ms *multiStringFlag) Set(w string) error {
292292
}
293293

294294
// Read log private key from file.
295-
func getSignerOrDie(ctx context.Context) *note.Signer {
295+
func getSignerOrDie(ctx context.Context) note.Signer {
296296
var privKey string
297297
var err error
298298

0 commit comments

Comments
 (0)