Skip to content

Commit e778acd

Browse files
committed
migrate from c-t-go/tls to local tls
1 parent fe4a90e commit e778acd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

internal/scti/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ import (
2929
"sync"
3030
"time"
3131

32-
"github.com/google/certificate-transparency-go/tls"
3332
"github.com/prometheus/client_golang/prometheus"
3433
"github.com/prometheus/client_golang/prometheus/promauto"
3534
"github.com/transparency-dev/static-ct/internal/types"
35+
"github.com/transparency-dev/static-ct/internal/types/tls"
3636
"github.com/transparency-dev/static-ct/internal/x509util"
3737
"github.com/transparency-dev/static-ct/modules/dedup"
3838
tessera "github.com/transparency-dev/trillian-tessera"

internal/scti/signatures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ import (
2323
"fmt"
2424
"time"
2525

26-
"github.com/google/certificate-transparency-go/tls"
2726
tfl "github.com/transparency-dev/formats/log"
2827
"github.com/transparency-dev/static-ct/internal/types"
28+
"github.com/transparency-dev/static-ct/internal/types/tls"
2929
"golang.org/x/mod/sumdb/note"
3030
)
3131

internal/scti/signatures_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import (
2424
"testing"
2525
"time"
2626

27-
"github.com/google/certificate-transparency-go/tls"
2827
"github.com/kylelemons/godebug/pretty"
2928
"github.com/transparency-dev/static-ct/internal/testdata"
3029
"github.com/transparency-dev/static-ct/internal/types"
30+
"github.com/transparency-dev/static-ct/internal/types/tls"
3131
"github.com/transparency-dev/static-ct/internal/x509util"
3232
)
3333

internal/types/rfc6962.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"encoding/base64"
88
"fmt"
99

10-
"github.com/google/certificate-transparency-go/tls"
10+
"github.com/transparency-dev/static-ct/internal/types/tls"
1111
)
1212

1313
///////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)