Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/rivo/tview v0.42.0
github.com/transparency-dev/formats v0.1.0
github.com/transparency-dev/merkle v0.0.2
github.com/transparency-dev/tessera v1.0.3-0.20260512152141-db8e65f3001b
github.com/transparency-dev/tessera v1.0.3-0.20260521163632-ab720fc8dc0e
go.opentelemetry.io/contrib/detectors/gcp v1.43.0
go.opentelemetry.io/contrib/exporters/autoexport v0.68.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
github.com/transparency-dev/tessera v1.0.3-0.20260512152141-db8e65f3001b h1:FhPZL9KohwOEWxGuFwhIjcyZ/x3JOZXfzHK8Lpenfmc=
github.com/transparency-dev/tessera v1.0.3-0.20260512152141-db8e65f3001b/go.mod h1:ZjX5m2FFXHJDh30AS93wlgf7c6FQeFxCFE+SdW/jZCI=
github.com/transparency-dev/tessera v1.0.3-0.20260521163632-ab720fc8dc0e h1:5XPmouuj8gT/+/Z4v180zP/G3wT2Sg+Ulawid1VenxQ=
github.com/transparency-dev/tessera v1.0.3-0.20260521163632-ab720fc8dc0e/go.mod h1:DT0sEPlpZWJoaj7A6PH+pxMBjQBFSq9LlmJmcbKVJaM=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand Down
Loading