From ad2b0109bc1b6f2e15a381687fe0c8daed75df27 Mon Sep 17 00:00:00 2001 From: James Nesbitt Date: Tue, 10 Oct 2023 13:12:00 +0300 Subject: [PATCH] PRODENG-2378 mcc mod upgrade (#49) - upgrade mcc mod to the latest release - small cleanups in makefile and go.mod Signed-off-by: James Nesbitt --- GNUmakefile | 2 +- go.mod | 4 ++-- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c214772..936db9a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ lint: docker run -ti --rm -v "$(CURDIR):/data" -w "/data" golangci/golangci-lint:latest golangci-lint run # Local install of the plugin +# @SEE README.md on how to use the locally built plugin .PHONY: local local: GORELEASER_CURRENT_TAG="$(LOCAL_TAG)" goreleaser build --clean --single-target --skip-validate - # @SEE README.md on how to use the locally built plugin diff --git a/go.mod b/go.mod index 84cc525..e920f5d 100644 --- a/go.mod +++ b/go.mod @@ -7,12 +7,12 @@ require ( github.com/hashicorp/terraform-plugin-framework v1.3.2 github.com/hashicorp/terraform-plugin-framework-validators v0.10.0 github.com/hashicorp/terraform-plugin-go v0.17.0 + github.com/hashicorp/terraform-plugin-log v0.9.0 github.com/hashicorp/terraform-plugin-testing v1.2.0 ) require ( - github.com/Mirantis/mcc v0.0.0-20221202073622-0780228511dd - github.com/hashicorp/terraform-plugin-log v0.9.0 + github.com/Mirantis/mcc v1.5.3 github.com/k0sproject/dig v0.2.0 github.com/k0sproject/rig v0.10.0 github.com/sirupsen/logrus v1.9.0 diff --git a/go.sum b/go.sum index 231965f..99bbcc0 100644 --- a/go.sum +++ b/go.sum @@ -14,8 +14,8 @@ github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jB github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0= github.com/Microsoft/go-winio v0.6.0 h1:slsWYD/zyx7lCXoZVlvQrj0hPTM1HI4+v1sIda2yDvg= github.com/Microsoft/go-winio v0.6.0/go.mod h1:cTAf44im0RAYeL23bpB+fzCyDH2MJiz2BO69KH/soAE= -github.com/Mirantis/mcc v0.0.0-20221202073622-0780228511dd h1:QBVLiM89PXLVFpO5iwYjSAWDM1KqsRLiwAKf5j3pEaY= -github.com/Mirantis/mcc v0.0.0-20221202073622-0780228511dd/go.mod h1:PODuCOc6KSPu7LdnZcpJkR8W1H8M7IupRMOb7A+2YBQ= +github.com/Mirantis/mcc v1.5.3 h1:TIkgzQCJHvdORREUkZDUs6s3Ps9aFmuZvu2JeBdaWZ8= +github.com/Mirantis/mcc v1.5.3/go.mod h1:PODuCOc6KSPu7LdnZcpJkR8W1H8M7IupRMOb7A+2YBQ= github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 h1:YoJbenK9C67SkzkDfmQuVln04ygHj3vjZfd9FL+GmQQ= github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8=