File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -250,6 +250,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
250250github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
251251github.com/transparency-dev/formats v0.1.2-0.20260629100010-fa283eb7462a h1:xpTogZtf8jrUmeob4cGJ6qVZHXE1KlHxX+/WM3im9SQ =
252252github.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 =
253255github.com/transparency-dev/merkle v0.0.3-0.20260629095233-a1adddb6323b h1:0nbx2whxWqEycj3JKCMezPXiV6z5Q+L2tdZjLDP6AbE =
254256github.com/transparency-dev/merkle v0.0.3-0.20260629095233-a1adddb6323b /go.mod h1:E+iHk6bS+tIgIJGD4TMeAjSjhQ9wPfL/ST4pXyITjdU =
255257github.com/transparency-dev/witness v0.0.0-20260701145555-54dbcdd14f82 h1:Z123XTeN4zW70woiwbYeJCvWbgI3fLrf+7F06E1tqsg =
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments