From 7f4bcbd3c49ed794c1d791da0556d49bc4e3ec63 Mon Sep 17 00:00:00 2001 From: Andrii Soldatenko Date: Mon, 17 Jun 2019 23:05:57 +0300 Subject: [PATCH] add explicit version in comment --- Gopkg.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gopkg.toml b/Gopkg.toml index 7db9e09e4..890b8b868 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -25,7 +25,7 @@ [[override]] name = "github.com/docker/docker" source = "https://github.com/docker/engine.git" - revision = "200b524eff60a9c95a22bc2518042ac2ff617d07" + revision = "200b524eff60a9c95a22bc2518042ac2ff617d07" # 18.09 branch [[override]] name = "github.com/docker/distribution"