From ae87b700fdaaee81290b49759a27c9c53cadabda Mon Sep 17 00:00:00 2001 From: harture Date: Wed, 8 Jan 2020 13:26:08 +0100 Subject: [PATCH] fixup --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 2a3a1665..420fca9f 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -33,7 +33,7 @@ [[constraint]] name = "github.com/cloudtrust/keycloak-client" #version = "v1.2.1" - branch="CLOUDTRUST-2147_RecoveryModeAPI" + branch="master" [[constraint]] name = "github.com/go-kit/kit"