diff options
Diffstat (limited to 'service/container_test.go')
-rw-r--r-- | service/container_test.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/service/container_test.go b/service/container_test.go index 3c2f8761..3092be78 100644 --- a/service/container_test.go +++ b/service/container_test.go @@ -1,14 +1,14 @@ package service import ( - "testing" - "github.com/sirupsen/logrus/hooks/test" - "github.com/stretchr/testify/assert" - "github.com/sirupsen/logrus" "encoding/json" "errors" - "time" + "github.com/sirupsen/logrus" + "github.com/sirupsen/logrus/hooks/test" + "github.com/stretchr/testify/assert" "sync" + "testing" + "time" ) type testService struct { |