Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot] 9371cb47d7
fix(deps): update module github.com/thegeeklab/wp-plugin-go to v2 2024-05-06 12:39:11 +00:00
renovate[bot] ca0a484ed7 chore(deps): update dependency golangci/golangci-lint to v1.58.0 2024-05-06 04:46:12 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# renovate: datasource=github-releases depName=mvdan/gofumpt
GOFUMPT_PACKAGE_VERSION := v0.6.0
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_PACKAGE_VERSION := v1.57.2
GOLANGCI_LINT_PACKAGE_VERSION := v1.58.0
EXECUTABLE := wp-ansible

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.22
require (
github.com/rs/zerolog v1.32.0
github.com/thegeeklab/wp-plugin-go v1.8.0
github.com/thegeeklab/wp-plugin-go/v2 v2.3.0
github.com/thegeeklab/wp-plugin-go/v2 v2.0.1
github.com/urfave/cli/v2 v2.27.2
golang.org/x/sys v0.20.0