From d55ae14054f07e68af60186748d2a82ca7cf6bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 18:30:15 +0000 Subject: [PATCH] Bump github.com/operator-framework/api from 0.5.3 to 0.6.1 Bumps [github.com/operator-framework/api](https://github.com/operator-framework/api) from 0.5.3 to 0.6.1. - [Release notes](https://github.com/operator-framework/api/releases) - [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md) - [Commits](https://github.com/operator-framework/api/compare/v0.5.3...v0.6.1) Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- go.sum | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8a4ca6771..79e6dc34b 100644 --- a/go.mod +++ b/go.mod @@ -24,7 +24,7 @@ require ( github.com/openshift/assisted-service v1.0.10-0.20210310114450-f60ae14adc85 github.com/openshift/client-go v0.0.0-20201020074620-f8fd44879f7c github.com/openshift/machine-api-operator v0.2.1-0.20201002104344-6abfb5440597 - github.com/operator-framework/api v0.5.3 + github.com/operator-framework/api v0.6.1 github.com/operator-framework/operator-lifecycle-manager v0.17.0 github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.8.1 @@ -32,7 +32,7 @@ require ( github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50 golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 - gopkg.in/yaml.v2 v2.4.0 // indirect + gopkg.in/yaml.v2 v2.4.0 k8s.io/api v0.20.4 k8s.io/apimachinery v0.20.4 k8s.io/client-go v12.0.0+incompatible diff --git a/go.sum b/go.sum index f2d2d0ccd..fe20af4bf 100644 --- a/go.sum +++ b/go.sum @@ -1121,6 +1121,8 @@ github.com/operator-framework/api v0.3.7-0.20200602203552-431198de9fc2/go.mod h1 github.com/operator-framework/api v0.3.20/go.mod h1:Xbje9x0SHmh0nihE21kpesB38vk3cyxnE6JdDS8Jo1Q= github.com/operator-framework/api v0.5.3 h1:1RDw2FbuEDtSC7ONKLKgAxtq+iRsV7rRTumD4RLQfSI= github.com/operator-framework/api v0.5.3/go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY= +github.com/operator-framework/api v0.6.1 h1:bTOj1GseGV5oZc5iNQL5ZMqzP430sefNMkPbG6e84Gw= +github.com/operator-framework/api v0.6.1/go.mod h1:L7IvLd/ckxJEJg/t4oTTlnHKAJIP/p51AvEslW3wYdY= github.com/operator-framework/operator-lifecycle-manager v0.0.0-20200321030439-57b580e57e88 h1:ByKBik0i2aTEr7iKdSCmUGULydHwr6hA0h4INv9LkSA= github.com/operator-framework/operator-lifecycle-manager v0.0.0-20200321030439-57b580e57e88/go.mod h1:7Ut8p9jJ8C6RZyyhZfZypmlibCIJwK5Wcc+WZDgLkOA= github.com/operator-framework/operator-lifecycle-manager v0.17.0 h1:WMgmZCOiYsq503A9F6/XRl3FDMS6bK03JIrQSyiSTO4= @@ -1288,6 +1290,7 @@ github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.8.0 h1:nfhvjKcUMhBMVqbKHJlk5RPrrfYr/NMo3692g0dwfWU= github.com/sirupsen/logrus v1.8.0/go.mod h1:4GuYW9TZmE769R5STWrRakJc4UqQ3+QQ95fyz7ENv1A= +github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE= github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/slok/go-http-metrics v0.8.0 h1:rsIKW30MzLjbWRBkCQoe/Oxh/F283MKT6afdH3mXTaA= github.com/slok/go-http-metrics v0.8.0/go.mod h1:f22ekj0Ht4taz2clntVmLRSK4D+feX33zkdDW0Eytvk=