From 41dc37921dc55b973d62d163684f1316c76ccae2 Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Tue, 1 Aug 2023 10:07:42 -0400 Subject: [PATCH] go.mod: update API to latest tag (#1131) ``` export GOPROXY=direct go get github.com/operator-framework/api@v0.17.7 go mod tidy ``` Signed-off-by: Steve Kuznetsov Upstream-repository: operator-registry Upstream-commit: 5ecb013fb51897f6962a7c7560a38e221f0c1902 Signed-off-by: Steve Kuznetsov --- go.mod | 2 +- staging/operator-registry/go.mod | 2 +- staging/operator-registry/go.sum | 4 ++-- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index f7eba21294..93e82483f0 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37 github.com/onsi/ginkgo/v2 v2.9.5 github.com/openshift/api v3.9.0+incompatible - github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b + github.com/operator-framework/api v0.17.7 github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000 github.com/operator-framework/operator-registry v1.27.1 github.com/sirupsen/logrus v1.9.2 diff --git a/staging/operator-registry/go.mod b/staging/operator-registry/go.mod index f93ef30148..efca010495 100644 --- a/staging/operator-registry/go.mod +++ b/staging/operator-registry/go.mod @@ -23,7 +23,7 @@ require ( github.com/onsi/gomega v1.27.7 github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2 - github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b + github.com/operator-framework/api v0.17.7 github.com/otiai10/copy v1.2.0 github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/pkg/errors v0.9.1 diff --git a/staging/operator-registry/go.sum b/staging/operator-registry/go.sum index f46ae3a0a5..87549f5b3b 100644 --- a/staging/operator-registry/go.sum +++ b/staging/operator-registry/go.sum @@ -510,8 +510,8 @@ github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zM github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3snG66yBm59tKhhSPQrQ/0bCrv1LQbKt40LnUPiUxdc= -github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b h1:prJEMyFQde4yxxaTuvqx1A/ukuCg/EZ2MbfdZiJwlls= -github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b/go.mod h1:lnurXgadLnoZ7pufKMHkErr2BVOIZSpHtvEkHBcKvdk= +github.com/operator-framework/api v0.17.7 h1:NLn+Ieg+HaPrw75KbX4efllN21ofFArQzS3q8TDbQY0= +github.com/operator-framework/api v0.17.7/go.mod h1:lnurXgadLnoZ7pufKMHkErr2BVOIZSpHtvEkHBcKvdk= github.com/otiai10/copy v1.2.0 h1:HvG945u96iNadPoG2/Ja2+AUJeW5YuFQMixq9yirC+k= github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw= github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE= diff --git a/vendor/modules.txt b/vendor/modules.txt index 3b7de0b820..72d4433ec3 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -642,7 +642,7 @@ github.com/openshift/client-go/config/informers/externalversions/config github.com/openshift/client-go/config/informers/externalversions/config/v1 github.com/openshift/client-go/config/informers/externalversions/internalinterfaces github.com/openshift/client-go/config/listers/config/v1 -# github.com/operator-framework/api v0.17.7-0.20230626210316-aa3e49803e7b => ./staging/api +# github.com/operator-framework/api v0.17.7 => ./staging/api ## explicit; go 1.19 github.com/operator-framework/api/crds github.com/operator-framework/api/pkg/constraints