Skip to content

Commit

Permalink
refactor: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmdm committed Nov 24, 2024
1 parent 019dd90 commit 087b4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/internal/releaser/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ import (
"github.com/go-git/go-git/v5/plumbing"
"golang.org/x/mod/semver"

"github.com/yokecd/yoke/internal/x"

"github.com/davidmdm/x/xerr"

"github.com/yokecd/yoke/internal/x"
)

func init() {
Expand Down
4 changes: 2 additions & 2 deletions pkg/openapi/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"reflect"
"testing"

apiext "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"

"github.com/stretchr/testify/require"

apiext "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"
)

func TestGenerateSchema(t *testing.T) {
Expand Down

0 comments on commit 087b4a7

Please sign in to comment.