From 3a8764af907ec0d70988a4c3fdc66d072ffbb722 Mon Sep 17 00:00:00 2001 From: "Weber.Yang" Date: Mon, 22 Apr 2024 17:07:52 +0800 Subject: [PATCH] Bump CAPE to v1.4.0-rc.0 (#42) --- go.mod | 3 ++- go.sum | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 67cc403..704ca59 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/onsi/ginkgo/v2 v2.13.2 github.com/onsi/gomega v1.30.0 github.com/pkg/errors v0.9.1 - github.com/smartxworks/cluster-api-provider-elf v1.3.3-rc.0.0.20240412070309-2f0e706ff1ee + github.com/smartxworks/cluster-api-provider-elf v1.4.0-rc.0 github.com/spf13/pflag v1.0.5 golang.org/x/mod v0.13.0 k8s.io/apiextensions-apiserver v0.28.5 @@ -85,6 +85,7 @@ require ( github.com/prometheus/common v0.44.0 // indirect github.com/prometheus/procfs v0.11.1 // indirect github.com/smartxworks/cloudtower-go-sdk/v2 v2.13.1-0.20231116110941-d411454388af // indirect + github.com/smartxworks/host-config-agent-api v0.0.0-20240410021405-be1517a07889 // indirect github.com/spf13/cobra v1.8.0 // indirect github.com/stoewer/go-strcase v1.2.0 // indirect go.etcd.io/etcd/api/v3 v3.5.10 // indirect diff --git a/go.sum b/go.sum index bab5f23..4accb36 100644 --- a/go.sum +++ b/go.sum @@ -346,8 +346,10 @@ github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= github.com/smartxworks/cloudtower-go-sdk/v2 v2.13.1-0.20231116110941-d411454388af h1:rV7FO8PZAzurE2zLEtXVrcKZkF544w98rXjvv2bDaqI= github.com/smartxworks/cloudtower-go-sdk/v2 v2.13.1-0.20231116110941-d411454388af/go.mod h1:X6R9+L438SMnLJXykSCV3fJ+AZul0hlyjITsZgrSRtM= -github.com/smartxworks/cluster-api-provider-elf v1.3.3-rc.0.0.20240412070309-2f0e706ff1ee h1:aUjheAw1Z24PruYrE+UxLkElvw4zT1ZyUBjsOiFgAZ0= -github.com/smartxworks/cluster-api-provider-elf v1.3.3-rc.0.0.20240412070309-2f0e706ff1ee/go.mod h1:AvzRbdE+tP4R5E3dx5yxoIxIiYeOOowjQ+sKw6ETyVM= +github.com/smartxworks/cluster-api-provider-elf v1.4.0-rc.0 h1:4rAujhQ/a43+NGYzC69qIkgJnd58+fx35gqHakBdT4Y= +github.com/smartxworks/cluster-api-provider-elf v1.4.0-rc.0/go.mod h1:b09hWYWPTIV9NszW4HNuWGW4Z6BLtfk9E2KnDn5md40= +github.com/smartxworks/host-config-agent-api v0.0.0-20240410021405-be1517a07889 h1:kXlP3d9BEE6q31cR3qAehK0BKNVuCZ6jT2t+Jf5Gwrs= +github.com/smartxworks/host-config-agent-api v0.0.0-20240410021405-be1517a07889/go.mod h1:oexROTOhF0Ium/iTwRbwXwZy+eGkzYE5a5qe3HvvKug= github.com/soheilhy/cmux v0.1.5 h1:jjzc5WVemNEDTLwv9tlmemhC73tI08BNOIGwBOo10Js= github.com/soheilhy/cmux v0.1.5/go.mod h1:T7TcVDs9LWfQgPlPsdngu6I6QIoyIFZDDC6sNE1GqG0= github.com/spf13/cast v1.5.1 h1:R+kOtfhWQE6TVQzY+4D7wJLBgkdVasCEFxSUBYBYIlA=