Skip to content

Commit c7fa8e2

Browse files
committed
fix lint errors
1 parent 92de722 commit c7fa8e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/validate/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import (
99

1010
"github.com/dlclark/regexp2"
1111
"github.com/pb33f/libopenapi"
12+
"github.com/santhosh-tekuri/jsonschema/v6"
13+
1214
validator "github.com/pb33f/libopenapi-validator"
1315
"github.com/pb33f/libopenapi-validator/config"
14-
"github.com/santhosh-tekuri/jsonschema/v6"
1516
)
1617

1718
type customRegexp regexp2.Regexp

0 commit comments

Comments
 (0)