Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Oct 17, 2024
1 parent a269456 commit 95dab8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kardinal/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package reconciler

import (
"context"

"github.com/brunoga/deep"
"github.com/kurtosis-tech/stacktrace"
"github.com/sirupsen/logrus"
Expand Down
3 changes: 2 additions & 1 deletion kardinal/resources/resources_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package resources

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

type labeledResourcesForTest struct {
Expand Down

0 comments on commit 95dab8c

Please sign in to comment.