Skip to content

Commit 51758e0

Browse files
committed
remove verifiers
1 parent 8c19add commit 51758e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmd/gcp/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func newGCPStorage(ctx context.Context, signer note.Signer) (*sctfe.CTStorage, e
205205
Bucket: *bucket,
206206
Spanner: *spannerDB,
207207
}
208-
tesseraStorage, err := gcpTessera.New(ctx, gcpCfg, tessera.WithCheckpointSignerVerifier(signer, nil), tessera.WithCTLayout())
208+
tesseraStorage, err := gcpTessera.New(ctx, gcpCfg, tessera.WithCheckpointSigner(signer), tessera.WithCTLayout())
209209
if err != nil {
210210
return nil, fmt.Errorf("Failed to initialize GCP Tessera storage: %v", err)
211211
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/prometheus/client_golang v1.20.5
1515
github.com/rs/cors v1.11.1
1616
github.com/transparency-dev/formats v0.0.0-20240909113624-7ce4ea605e8b
17-
github.com/transparency-dev/trillian-tessera v0.0.0-20241112112342-afdb1290bb46
17+
github.com/transparency-dev/trillian-tessera v0.0.0-20241112165219-498d39b5fc7c
1818
go.etcd.io/bbolt v1.3.11
1919
golang.org/x/crypto v0.29.0
2020
golang.org/x/mod v0.22.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@ github.com/transparency-dev/formats v0.0.0-20240909113624-7ce4ea605e8b h1:zayRkU
965965
github.com/transparency-dev/formats v0.0.0-20240909113624-7ce4ea605e8b/go.mod h1:nA3+izsIcFoFgSKm3bHxS2/W4xdzSHMweE7REPunqUM=
966966
github.com/transparency-dev/merkle v0.0.2 h1:Q9nBoQcZcgPamMkGn7ghV8XiTZ/kRxn1yCG81+twTK4=
967967
github.com/transparency-dev/merkle v0.0.2/go.mod h1:pqSy+OXefQ1EDUVmAJ8MUhHB9TXGuzVAT58PqBoHz1A=
968-
github.com/transparency-dev/trillian-tessera v0.0.0-20241112112342-afdb1290bb46 h1:nV/tttxrIN4Pg7F7BK7Q/L49R8cFmmx8F/LDqwKsSaQ=
969-
github.com/transparency-dev/trillian-tessera v0.0.0-20241112112342-afdb1290bb46/go.mod h1:TxAuGjZBDJddTBYXAjNumwhsMxmSOHIHVcLzhJeRNys=
968+
github.com/transparency-dev/trillian-tessera v0.0.0-20241112165219-498d39b5fc7c h1:AoxWHGmBZjZd2wi0N4NG5DmKk6vqnRbfI6HIZumKBdM=
969+
github.com/transparency-dev/trillian-tessera v0.0.0-20241112165219-498d39b5fc7c/go.mod h1:TxAuGjZBDJddTBYXAjNumwhsMxmSOHIHVcLzhJeRNys=
970970
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
971971
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
972972
github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)