Skip to content

Commit

Permalink
Fix import by broken go-imports
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Robinson <mrobinson@plaid.com>
  • Loading branch information
MarkSRobinson committed Jun 4, 2021
1 parent 432d455 commit 1e8350c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions analysis/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

log "github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"github.com/undefinedlabs/go-mpatch"
"k8s.io/apimachinery/pkg/api/equality"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand Down
1 change: 1 addition & 0 deletions rollout/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

"github.com/ghodss/yaml"
log "github.com/sirupsen/logrus"
"github.com/undefinedlabs/go-mpatch"
"github.com/stretchr/testify/assert"
appsv1 "k8s.io/api/apps/v1"
corev1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit 1e8350c

Please sign in to comment.