From c25c5a339743e76756d372fcbc4d77648040f0e8 Mon Sep 17 00:00:00 2001 From: Markin Igor <markin.io210@gmail.com> Date: Thu, 15 Nov 2018 15:02:10 +0300 Subject: [PATCH] Update restful-api dep branch name. --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 75b2214..7a9079c 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,7 +25,7 @@ # unused-packages = true [[constraint]] - branch = "feature-move-js-libs-generation-to-separate-repo" + branch = "feature-move-js-libs-to-vcl" name = "code.vereign.com/code/restful-api" [prune] -- GitLab