From 36825c69f0f3bba3e2275bdd0a9ec00ecd37726a Mon Sep 17 00:00:00 2001 From: Philippe Boneff Date: Thu, 19 Sep 2024 14:50:37 +0000 Subject: [PATCH] fix imports --- ct_server_gcp/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct_server_gcp/main.go b/ct_server_gcp/main.go index b27e97d..2d176c6 100644 --- a/ct_server_gcp/main.go +++ b/ct_server_gcp/main.go @@ -33,11 +33,11 @@ import ( "github.com/google/trillian/monitoring/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/rs/cors" - tessera "github.com/transparency-dev/trillian-tessera" - "github.com/transparency-dev/static-ct" + sctfe "github.com/transparency-dev/static-ct" "github.com/transparency-dev/static-ct/modules/dedup" "github.com/transparency-dev/static-ct/storage/bbolt" gcpSCTFE "github.com/transparency-dev/static-ct/storage/gcp" + tessera "github.com/transparency-dev/trillian-tessera" gcpTessera "github.com/transparency-dev/trillian-tessera/storage/gcp" "golang.org/x/mod/sumdb/note" "k8s.io/klog/v2"