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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/transparency-dev/tesseract
go 1.25.0

require (
cloud.google.com/go/compute/metadata v0.9.0
cloud.google.com/go/logging v1.13.2
cloud.google.com/go/secretmanager v1.16.0
cloud.google.com/go/spanner v1.89.0
Expand Down Expand Up @@ -31,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.20260326163816-17d76465e9be
github.com/transparency-dev/tessera v1.0.3-0.20260401093525-41ff86cd3cc0
go.opentelemetry.io/contrib/detectors/gcp v1.42.0
go.opentelemetry.io/contrib/exporters/autoexport v0.67.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
Expand All @@ -56,7 +57,6 @@ require (
cloud.google.com/go v0.123.0 // indirect
cloud.google.com/go/auth v0.18.2 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
cloud.google.com/go/iam v1.5.3 // indirect
cloud.google.com/go/longrunning v0.8.0 // indirect
cloud.google.com/go/monitoring v1.24.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ github.com/transparency-dev/formats v0.1.0 h1:oL0zUFuYUjg8AbtjPMnIRDmjbaHo5jCjEW
github.com/transparency-dev/formats v0.1.0/go.mod h1:d2FibUOHfCMdCe/+/rbKt1IPLBbPTDfwj46kt541/mU=
github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
github.com/transparency-dev/tessera v1.0.3-0.20260326163816-17d76465e9be h1:pnkl67JLyxi3Ntk7ecK38zgD4uWNqy5H2gibDKRP/Ks=
github.com/transparency-dev/tessera v1.0.3-0.20260326163816-17d76465e9be/go.mod h1:p1njZwBEYH6AQ9sXL18UdB/zU4y85Ri1XB3ElEfxezs=
github.com/transparency-dev/tessera v1.0.3-0.20260401093525-41ff86cd3cc0 h1:Z591bxwU6wSBFYQVWzabMxX3lpEpjGeRCGdD0qDdnmI=
github.com/transparency-dev/tessera v1.0.3-0.20260401093525-41ff86cd3cc0/go.mod h1:w6DvriqankG7dtm0gqvgvK6tJTSqLkYqKEm849sr3l4=
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