Skip to content

Commit a556f5a

Browse files
authored
go fmt ./... (#335)
1 parent 816f0f6 commit a556f5a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

internal/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ import (
3030
"github.com/transparency-dev/merkle/compact"
3131
"github.com/transparency-dev/merkle/proof"
3232
"github.com/transparency-dev/merkle/rfc6962"
33-
"github.com/transparency-dev/tesseract/internal/types/staticct"
3433
"github.com/transparency-dev/tessera/api"
3534
"github.com/transparency-dev/tessera/api/layout"
35+
"github.com/transparency-dev/tesseract/internal/types/staticct"
3636
"golang.org/x/mod/sumdb/note"
3737
)
3838

internal/ct/ctlog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
"errors"
99
"fmt"
1010

11+
"github.com/transparency-dev/tessera/ctonly"
1112
"github.com/transparency-dev/tesseract/internal/types/rfc6962"
1213
"github.com/transparency-dev/tesseract/storage"
13-
"github.com/transparency-dev/tessera/ctonly"
1414
"k8s.io/klog/v2"
1515
)
1616

internal/ct/handlers_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ import (
3535

3636
"github.com/google/go-cmp/cmp"
3737
"github.com/google/go-cmp/cmp/cmpopts"
38+
"github.com/transparency-dev/tessera"
39+
"github.com/transparency-dev/tessera/api/layout"
40+
"github.com/transparency-dev/tessera/ctonly"
41+
posixTessera "github.com/transparency-dev/tessera/storage/posix"
42+
badger_as "github.com/transparency-dev/tessera/storage/posix/antispam"
3843
"github.com/transparency-dev/tesseract/internal/testdata"
3944
"github.com/transparency-dev/tesseract/internal/testonly/storage/posix"
4045
"github.com/transparency-dev/tesseract/internal/types/rfc6962"
4146
"github.com/transparency-dev/tesseract/internal/types/staticct"
4247
"github.com/transparency-dev/tesseract/internal/x509util"
4348
"github.com/transparency-dev/tesseract/storage"
44-
"github.com/transparency-dev/tessera"
45-
"github.com/transparency-dev/tessera/api/layout"
46-
"github.com/transparency-dev/tessera/ctonly"
47-
posixTessera "github.com/transparency-dev/tessera/storage/posix"
48-
badger_as "github.com/transparency-dev/tessera/storage/posix/antispam"
4949
"golang.org/x/mod/sumdb/note"
5050
"k8s.io/klog/v2"
5151
)

internal/x509util/ct.go

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

26-
"github.com/transparency-dev/tesseract/internal/types/rfc6962"
2726
"github.com/transparency-dev/tessera/ctonly"
27+
"github.com/transparency-dev/tesseract/internal/types/rfc6962"
2828
)
2929

3030
var (

storage/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ import (
2727
"sync"
2828
"time"
2929

30-
"github.com/transparency-dev/tesseract/internal/types/staticct"
3130
"github.com/transparency-dev/tessera"
3231
"github.com/transparency-dev/tessera/api/layout"
3332
"github.com/transparency-dev/tessera/ctonly"
33+
"github.com/transparency-dev/tesseract/internal/types/staticct"
3434
"golang.org/x/mod/sumdb/note"
3535
"k8s.io/klog/v2"
3636
)

0 commit comments

Comments
 (0)