Skip to content

Commit 36825c6

Browse files
committed
fix imports
1 parent 97f3c88 commit 36825c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct_server_gcp/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ import (
3333
"github.com/google/trillian/monitoring/prometheus"
3434
"github.com/prometheus/client_golang/prometheus/promhttp"
3535
"github.com/rs/cors"
36-
tessera "github.com/transparency-dev/trillian-tessera"
37-
"github.com/transparency-dev/static-ct"
36+
sctfe "github.com/transparency-dev/static-ct"
3837
"github.com/transparency-dev/static-ct/modules/dedup"
3938
"github.com/transparency-dev/static-ct/storage/bbolt"
4039
gcpSCTFE "github.com/transparency-dev/static-ct/storage/gcp"
40+
tessera "github.com/transparency-dev/trillian-tessera"
4141
gcpTessera "github.com/transparency-dev/trillian-tessera/storage/gcp"
4242
"golang.org/x/mod/sumdb/note"
4343
"k8s.io/klog/v2"

0 commit comments

Comments
 (0)