Skip to content

Commit 671b9ff

Browse files
committed
chore: format imports
Incidental import formats. Signed-off-by: crozzy <joseph.crosland@gmail.com>
1 parent 7a1b3b2 commit 671b9ff

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

alpine/matcher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55

66
version "github.com/knqyf263/go-apk-version"
7+
78
"github.com/quay/claircore"
89
"github.com/quay/claircore/libvuln/driver"
910
)

java/matcher.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import (
55
"log/slog"
66
"net/url"
77

8+
"github.com/quay/zlog"
9+
810
"github.com/quay/claircore"
911
"github.com/quay/claircore/internal/maven"
1012
"github.com/quay/claircore/libvuln/driver"

nodejs/matcher.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package nodejs
22

33
import (
44
"context"
5+
56
"github.com/quay/claircore"
67
"github.com/quay/claircore/libvuln/driver"
78
)

0 commit comments

Comments
 (0)