fixed dep in docker_test.go

This commit is contained in:
Brad Rydzewski 2015-01-13 23:24:23 -08:00
parent 97d80a43b7
commit 27640db7a3

View file

@ -6,7 +6,6 @@ import (
"github.com/drone/drone/shared/build/buildfile"
"github.com/drone/drone/shared/build/repo"
"gopkg.in/v1/yaml"
"gopkg.in/yaml.v1"
)