From d7aadae0a6cb5af04659d30a0b9132715e422f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 8 Jan 2019 13:51:41 +0000 Subject: [PATCH] Bump github.com/docker/distribution from `83389a1` to 2.7.0 Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from `83389a1` to 2.7.0. This release includes the previously tagged commit. - [Release notes](https://github.com/docker/distribution/releases) - [Commits](https://github.com/docker/distribution/compare/83389a148052d74ac602f5f1d62f86ff2f3c4aa5...v2.7.0) Signed-off-by: dependabot[bot] --- Gopkg.lock | 5 +++-- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 377cc04b..93931ca6 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -111,7 +111,7 @@ version = "v18.09.0-ce-tp6" [[projects]] - digest = "1:ef5c663754b648a4121def310ad1ed50c1ab452442e195b8fe80aaa8cf1cd859" + digest = "1:26a1d70717dac8c37ae869d86103b9d72b71a6faf383a5e9b5b7e602c9b9743b" name = "github.com/docker/distribution" packages = [ ".", @@ -128,7 +128,8 @@ "registry/storage/cache/memory", ] pruneopts = "NUT" - revision = "83389a148052d74ac602f5f1d62f86ff2f3c4aa5" + revision = "40b7b5830a2337bb07627617740c0e39eb92800c" + version = "v2.7.0" [[projects]] digest = "1:bd2309d15c7e91c10bd0c8adfaf89194e9077c16e8be8207418ccc78be45d7e8" diff --git a/Gopkg.toml b/Gopkg.toml index b62e0f55..f558f9a3 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -104,7 +104,7 @@ # Taken from here https://github.com/moby/moby/blob/a0385f7ad7f8ebab4ca88e9b629a6b31423a10ee/vendor.conf#L67 [[override]] name = "github.com/docker/distribution" - revision = "83389a148052d74ac602f5f1d62f86ff2f3c4aa5" + version = "^2.7.0" [[override]] name = "github.com/prometheus/client_golang"