From 9e2cf95167957a1a6bcef209686819bf62fa350d Mon Sep 17 00:00:00 2001 From: Plamen Petrov Date: Thu, 12 Nov 2020 05:57:53 -0500 Subject: [PATCH] top lvl deps Signed-off-by: Plamen Petrov --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 06ab817a2..16b9e17d2 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 github.com/stretchr/testify v1.6.1 - github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112100723-3ae61515cf2e + github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112105631-1d4d5c0787da github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20201030145928-fea526097704 github.com/ustiugov/fccd-orchestrator/helloworld v0.0.0-20200803195925-0629e1cf4599 github.com/ustiugov/fccd-orchestrator/metrics v0.0.0-20200907081336-fae0d2f696c4 diff --git a/go.sum b/go.sum index e2b19f6dc..097636c35 100644 --- a/go.sum +++ b/go.sum @@ -969,6 +969,8 @@ github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112094557-8471f6d11a13 h1: github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112094557-8471f6d11a13/go.mod h1:Jh2FeS2rEnLidsWYLLGD0zs02QTZ7L9p5ObFaE14sxE= github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112100723-3ae61515cf2e h1:bAY9CerdOJI7H0XDafZw8D+jurP/PB7GPu6T8AiJRI0= github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112100723-3ae61515cf2e/go.mod h1:Jh2FeS2rEnLidsWYLLGD0zs02QTZ7L9p5ObFaE14sxE= +github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112105631-1d4d5c0787da h1:Z/SWBFp0VuwYqznr8/GNrMM2x/dx1a50c4aG4Ic7fn8= +github.com/ustiugov/fccd-orchestrator/cri v0.0.0-20201112105631-1d4d5c0787da/go.mod h1:Jh2FeS2rEnLidsWYLLGD0zs02QTZ7L9p5ObFaE14sxE= github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200416161917-c9cd3cf6dbcf h1:/eSdcjyJ9rQmw3VQcfAKMKnRPI6DoXAztiNyOl1GN84= github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200416161917-c9cd3cf6dbcf/go.mod h1:2x1L5ydHhOsleqG/GQ9MLWgjF1YQF91u5pe0TvKEjhI= github.com/ustiugov/fccd-orchestrator/ctriface v0.0.0-20200417191122-72eef2f2433e h1:YkxEGHYR18sI1GahT6EfcSwyf422JBsrIi6HuE6gkjM=