Skip to content

Commit

Permalink
Fix import by broken go-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSRobinson committed Jun 5, 2021
1 parent 1e8350c commit f8e8517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions experiments/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import (
"testing"
"time"

"github.com/undefinedlabs/go-mpatch"

"github.com/argoproj/argo-rollouts/utils/queue"

"github.com/stretchr/testify/assert"
Expand Down
2 changes: 1 addition & 1 deletion rollout/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (

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

0 comments on commit f8e8517

Please sign in to comment.