File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ import (
29
29
"sync"
30
30
"time"
31
31
32
- "github.com/google/certificate-transparency-go/tls"
33
32
"github.com/prometheus/client_golang/prometheus"
34
33
"github.com/prometheus/client_golang/prometheus/promauto"
35
34
"github.com/transparency-dev/static-ct/internal/types"
35
+ "github.com/transparency-dev/static-ct/internal/types/tls"
36
36
"github.com/transparency-dev/static-ct/internal/x509util"
37
37
"github.com/transparency-dev/static-ct/modules/dedup"
38
38
tessera "github.com/transparency-dev/trillian-tessera"
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ import (
23
23
"fmt"
24
24
"time"
25
25
26
- "github.com/google/certificate-transparency-go/tls"
27
26
tfl "github.com/transparency-dev/formats/log"
28
27
"github.com/transparency-dev/static-ct/internal/types"
28
+ "github.com/transparency-dev/static-ct/internal/types/tls"
29
29
"golang.org/x/mod/sumdb/note"
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ import (
24
24
"testing"
25
25
"time"
26
26
27
- "github.com/google/certificate-transparency-go/tls"
28
27
"github.com/kylelemons/godebug/pretty"
29
28
"github.com/transparency-dev/static-ct/internal/testdata"
30
29
"github.com/transparency-dev/static-ct/internal/types"
30
+ "github.com/transparency-dev/static-ct/internal/types/tls"
31
31
"github.com/transparency-dev/static-ct/internal/x509util"
32
32
)
33
33
Original file line number Diff line number Diff line change 7
7
"encoding/base64"
8
8
"fmt"
9
9
10
- "github.com/google/certificate- transparency-go /tls"
10
+ "github.com/transparency-dev/static-ct/internal/types /tls"
11
11
)
12
12
13
13
///////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments