diff --git a/Gopkg.toml b/Gopkg.toml index 705213a182..cf9b96c8f5 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -22,4 +22,7 @@ required = ["k8s.io/code-generator/cmd/client-gen"] [[override]] name = "github.com/evanphx/json-patch" - branch = "master" \ No newline at end of file + branch = "master" +[[constraint]] + branch = "master" + name = "github.com/minio/minio"