Skip to content

Commit

Permalink
PRODENG-2378 mcc mod upgrade (#49)
Browse files Browse the repository at this point in the history
- upgrade mcc mod to the latest release
- small cleanups in makefile and go.mod

Signed-off-by: James Nesbitt <[email protected]>
  • Loading branch information
james-nesbitt authored Oct 10, 2023
1 parent 4a8a174 commit ad2b010
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit ad2b010

Please sign in to comment.