From 3d7e5e6076a26a5853e0a67c2ac8c2c1d944dc58 Mon Sep 17 00:00:00 2001 From: CodesphereBot Date: Fri, 3 Apr 2026 05:22:11 +0000 Subject: [PATCH] update(deps): update module github.com/googleapis/gnostic to v0.7.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b75073e..cf7c6a74 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/codesphere-cloud/oms go 1.26.1 replace ( - github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.4.1 + github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.7.1 github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v5.2.0+incompatible // TODO: remove this replace once https://github.com/libopenstorage/secrets/pull/83 is merged