Skip to content

Commit

Permalink
fix go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madmeignanam committed Sep 11, 2019
1 parent 5ee0751 commit 4bf2784
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions utils/pod/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
package pod

import (
"github.com/paypal/dce-go/plugin"
"github.com/pkg/errors"
"log"
"strings"
"testing"
"time"

"github.com/paypal/dce-go/plugin"
"github.com/pkg/errors"

mesos "github.com/mesos/mesos-go/mesosproto"
"github.com/paypal/dce-go/config"
"github.com/paypal/dce-go/types"
Expand Down

0 comments on commit 4bf2784

Please sign in to comment.