From 4f67da03621b297b57f4c6ff739a59639ce66378 Mon Sep 17 00:00:00 2001 From: Igor Markin <igor.markin@vereign.com> Date: Tue, 13 Aug 2019 14:23:57 +0000 Subject: [PATCH] Update Gopkg.toml --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 6f91ea1..349b503 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,7 +25,7 @@ # unused-packages = true [[constraint]] - branch = "19-get-access-token-for-specific-resource-and-passport" + branch = "master" name = "code.vereign.com/code/restful-api" [prune] -- GitLab