Skip to content

Commit

Permalink
gci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed May 6, 2024
1 parent 389a347 commit b2b15d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/contexts/ocm/compdesc/testutils/compnametest.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/sirupsen/logrus"

"github.com/open-component-model/ocm/pkg/runtime"
Expand Down
3 changes: 2 additions & 1 deletion pkg/contexts/ocm/grammar/grammar.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package grammar

import (
"github.com/open-component-model/ocm/pkg/contexts/oci/grammar"
. "github.com/open-component-model/ocm/pkg/regex"

"github.com/open-component-model/ocm/pkg/contexts/oci/grammar"
)

const (
Expand Down

0 comments on commit b2b15d1

Please sign in to comment.