From 8dee2274430f7eeacd436ef597548991600bf5ee Mon Sep 17 00:00:00 2001 From: Jiao Zhou Date: Thu, 22 Jan 2026 15:36:58 +0800 Subject: [PATCH] fix(er-1613): fix crc watch compacted err --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 865224e..14be966 100644 --- a/go.mod +++ b/go.mod @@ -4,11 +4,11 @@ go 1.20 require ( github.com/agiledragon/gomonkey/v2 v2.13.0 - github.com/everoute/graphc v0.0.0-20250924093351-6f0013b79cbd + github.com/everoute/graphc v0.0.0-20260123100539-f9f030c4c036 github.com/go-logr/logr v1.4.1 github.com/onsi/ginkgo/v2 v2.15.0 github.com/onsi/gomega v1.32.0 - github.com/smartxworks/cloudtower-go-sdk/v2 v2.20.0 + github.com/smartxworks/cloudtower-go-sdk/v2 v2.21.1-rc.1 github.com/stretchr/testify v1.9.0 golang.org/x/sync v0.5.0 k8s.io/apimachinery v0.28.5 diff --git a/go.sum b/go.sum index 944408a..ba54aa0 100644 --- a/go.sum +++ b/go.sum @@ -24,8 +24,8 @@ github.com/emicklei/go-restful/v3 v3.11.0/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRr github.com/evanphx/json-patch v4.12.0+incompatible h1:4onqiflcdA9EOZ4RxV643DvftH5pOlLGNtQ5lPWQu84= github.com/evanphx/json-patch/v5 v5.7.0 h1:nJqP7uwL84RJInrohHfW0Fx3awjbm8qZeFv0nW9SYGc= github.com/evanphx/json-patch/v5 v5.7.0/go.mod h1:VNkHZ/282BpEyt/tObQO8s5CMPmYYq14uClGH4abBuQ= -github.com/everoute/graphc v0.0.0-20250924093351-6f0013b79cbd h1:5ZrflvDU+TFNbVDIttfqL4R+GUKu9vtzR83+ZoPz9rA= -github.com/everoute/graphc v0.0.0-20250924093351-6f0013b79cbd/go.mod h1:tgyZ7XlUMCCCdxse/WGM3NeBX6KpywdEiCmmbPYgY+k= +github.com/everoute/graphc v0.0.0-20260123100539-f9f030c4c036 h1:Hyn7ELWxq334dAB4Q24sy6p+Ykbh3+7JOHQbFbKePWk= +github.com/everoute/graphc v0.0.0-20260123100539-f9f030c4c036/go.mod h1:y5jORYpx3Ac/s/d+0JxXR4dBsl4PgCd5T8iZCZyBpBA= github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= @@ -270,8 +270,8 @@ github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDN github.com/sirupsen/logrus v1.4.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= -github.com/smartxworks/cloudtower-go-sdk/v2 v2.20.0 h1:LUrYplhuaBJlWZuVqnPBDJ8DFDkDeNY42EtC60w/ZyU= -github.com/smartxworks/cloudtower-go-sdk/v2 v2.20.0/go.mod h1:X6R9+L438SMnLJXykSCV3fJ+AZul0hlyjITsZgrSRtM= +github.com/smartxworks/cloudtower-go-sdk/v2 v2.21.1-rc.1 h1:9S4v9tbXcaB0ipuCd7xhFY7UVJFD70CnGtbMFQ5Fskw= +github.com/smartxworks/cloudtower-go-sdk/v2 v2.21.1-rc.1/go.mod h1:X6R9+L438SMnLJXykSCV3fJ+AZul0hlyjITsZgrSRtM= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=