fix(deps): update module github.com/thegeeklab/wp-plugin-go to v2

This commit is contained in:
renovate[bot] 2024-05-05 15:34:45 +00:00 committed by GitHub
parent 6820ec0661
commit 5b77b023c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 9 additions and 9 deletions

View File

@ -10,9 +10,9 @@ import (
"os"
"text/template"
"github.com/thegeeklab/wp-plugin-go/docs"
wp "github.com/thegeeklab/wp-plugin-go/plugin"
wp_template "github.com/thegeeklab/wp-plugin-go/template"
"github.com/thegeeklab/wp-plugin-go/v2/docs"
wp "github.com/thegeeklab/wp-plugin-go/v2/plugin"
wp_template "github.com/thegeeklab/wp-plugin-go/v2/template"
"github.com/thegeeklab/wp-s3-action/plugin"
"github.com/urfave/cli/v2"
)

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/thegeeklab/wp-plugin-go/types"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-s3-action/plugin"
"github.com/urfave/cli/v2"

View File

@ -5,7 +5,7 @@ import (
"github.com/thegeeklab/wp-s3-action/plugin"
wp "github.com/thegeeklab/wp-plugin-go/plugin"
wp "github.com/thegeeklab/wp-plugin-go/v2/plugin"
)
//nolint:gochecknoglobals

2
go.mod
View File

@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go v1.51.25
github.com/rs/zerolog v1.32.0
github.com/ryanuber/go-glob v1.0.0
github.com/thegeeklab/wp-plugin-go v1.7.1
github.com/thegeeklab/wp-plugin-go/v2 v2.1.0
github.com/urfave/cli/v2 v2.27.2
)

4
go.sum
View File

@ -54,8 +54,8 @@ github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXf
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/thegeeklab/wp-plugin-go v1.7.1 h1:zfR/rfNPuyVhXJu1fsLfp4+Mz2pTf6WwW/mIqw9750I=
github.com/thegeeklab/wp-plugin-go v1.7.1/go.mod h1:Ixi5plt9tpFGTu6yc/Inm5DcDpp3xPTeohfr86gf2EU=
github.com/thegeeklab/wp-plugin-go/v2 v2.1.0 h1:95CwUdMukAsGQ9o/XJCoBjN1mNoGxgypeCTTgiLjVmo=
github.com/thegeeklab/wp-plugin-go/v2 v2.1.0/go.mod h1:5Rm3TVxPnoVMayqyWUVBoHfOYATan39gJwPb9DtUHfM=
github.com/urfave/cli/v2 v2.27.2 h1:6e0H+AkS+zDckwPCUrZkKX38mRaau4nL2uipkJpbkcI=
github.com/urfave/cli/v2 v2.27.2/go.mod h1:g0+79LmHHATl7DAcHO99smiR/T7uGLw84w8Y42x+4eM=
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 h1:+qGGcbkzsfDQNPPe9UDgpxAWQrhbbBXOYJFQDq/dtJw=

View File

@ -1,7 +1,7 @@
package plugin
import (
wp "github.com/thegeeklab/wp-plugin-go/plugin"
wp "github.com/thegeeklab/wp-plugin-go/v2/plugin"
)
// Plugin implements provide the plugin implementation.