From cd1afb444ce82226f12569dfb7db0b1ed1b74dea Mon Sep 17 00:00:00 2001 From: alexbarta Date: Tue, 25 Dec 2018 13:45:56 +0000 Subject: [PATCH] Add skbn constraint tag 0.4.0 to support minio s3 --- Gopkg.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gopkg.toml b/Gopkg.toml index 97bd056..8e8ca8b 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -1,14 +1,14 @@ [[constraint]] name = "github.com/nuvo/skbn" - version = "0.3.0" + version = "0.4.0" [[constraint]] name = "github.com/spf13/cobra" version = "0.0.3" [[constraint]] + branch = "release-1.13" name = "k8s.io/apimachinery" - version = "kubernetes-1.12.2" [prune] go-tests = true