diff --git a/Gopkg.toml b/Gopkg.toml index 64ec36ad..0cde1768 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -27,11 +27,11 @@ [[constraint]] name = "github.com/cloudtrust/common-service" - version = "v1.0-rc6" + branch = "error-handling" [[constraint]] name = "github.com/cloudtrust/keycloak-client" - version = "v1.0-rc4" + branch = "error-handling" [[constraint]] name = "github.com/go-kit/kit"