Skip to content

Commit 9e9a261

Browse files
committed
Bump Tessera to 41ff86cd3cc04ea9c96a2e1019832deee6bf5b6a & tidy
1 parent b2ef2cd commit 9e9a261

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/transparency-dev/tesseract
33
go 1.25.0
44

55
require (
6+
cloud.google.com/go/compute/metadata v0.9.0
67
cloud.google.com/go/logging v1.13.2
78
cloud.google.com/go/secretmanager v1.16.0
89
cloud.google.com/go/spanner v1.89.0
@@ -31,7 +32,7 @@ require (
3132
github.com/rivo/tview v0.42.0
3233
github.com/transparency-dev/formats v0.1.0
3334
github.com/transparency-dev/merkle v0.0.2
34-
github.com/transparency-dev/tessera v1.0.3-0.20260326163816-17d76465e9be
35+
github.com/transparency-dev/tessera v1.0.3-0.20260401093525-41ff86cd3cc0
3536
go.opentelemetry.io/contrib/detectors/gcp v1.42.0
3637
go.opentelemetry.io/contrib/exporters/autoexport v0.67.0
3738
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
@@ -56,7 +57,6 @@ require (
5657
cloud.google.com/go v0.123.0 // indirect
5758
cloud.google.com/go/auth v0.18.2 // indirect
5859
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
59-
cloud.google.com/go/compute/metadata v0.9.0 // indirect
6060
cloud.google.com/go/iam v1.5.3 // indirect
6161
cloud.google.com/go/longrunning v0.8.0 // indirect
6262
cloud.google.com/go/monitoring v1.24.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ github.com/transparency-dev/formats v0.1.0 h1:oL0zUFuYUjg8AbtjPMnIRDmjbaHo5jCjEW
297297
github.com/transparency-dev/formats v0.1.0/go.mod h1:d2FibUOHfCMdCe/+/rbKt1IPLBbPTDfwj46kt541/mU=
298298
github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=
299299
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
300-
github.com/transparency-dev/tessera v1.0.3-0.20260326163816-17d76465e9be h1:pnkl67JLyxi3Ntk7ecK38zgD4uWNqy5H2gibDKRP/Ks=
301-
github.com/transparency-dev/tessera v1.0.3-0.20260326163816-17d76465e9be/go.mod h1:p1njZwBEYH6AQ9sXL18UdB/zU4y85Ri1XB3ElEfxezs=
300+
github.com/transparency-dev/tessera v1.0.3-0.20260401093525-41ff86cd3cc0 h1:Z591bxwU6wSBFYQVWzabMxX3lpEpjGeRCGdD0qDdnmI=
301+
github.com/transparency-dev/tessera v1.0.3-0.20260401093525-41ff86cd3cc0/go.mod h1:w6DvriqankG7dtm0gqvgvK6tJTSqLkYqKEm849sr3l4=
302302
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
303303
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e/go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM=
304304
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=

0 commit comments

Comments
 (0)