From b7f431ff2baf4e0a9af6af98a4f9ad7b08a7ca35 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Thu, 24 Aug 2023 12:14:16 +0200 Subject: [PATCH] Unpin deps after dev-preview On the main branch we want to continue tracking the main branch of our operator dependencies. --- modules/certmanager/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/certmanager/go.mod b/modules/certmanager/go.mod index 59566e71..77b96cec 100644 --- a/modules/certmanager/go.mod +++ b/modules/certmanager/go.mod @@ -8,7 +8,7 @@ require ( github.com/google/uuid v1.3.0 github.com/onsi/ginkgo/v2 v2.11.0 github.com/onsi/gomega v1.27.10 - github.com/openstack-k8s-operators/lib-common/modules/common v0.1.0 + github.com/openstack-k8s-operators/lib-common/modules/common v0.1.1-0.20230824094610-976b18ca2875 github.com/openstack-k8s-operators/lib-common/modules/test v0.0.0-20230612101529-af40f24b2b62 go.uber.org/zap v1.25.0 k8s.io/api v0.26.7