From 8d4674be922c12a29631dcfa4a8bc859030c18e1 Mon Sep 17 00:00:00 2001 From: Markin Igor <markin.io210@gmail.com> Date: Fri, 25 Jan 2019 17:10:13 +0300 Subject: [PATCH] Depend on 138-information-for-devices-clients restful-api. --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 349b503..f2045ce 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,7 +25,7 @@ # unused-packages = true [[constraint]] - branch = "master" + branch = "138-information-for-devices-clients" name = "code.vereign.com/code/restful-api" [prune] -- GitLab