0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-06-02 18:29:41 +02:00

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

This commit is contained in:
renovate[bot] 2024-05-17 10:07:39 +00:00 committed by GitHub
parent 9beccd28de
commit 49499b5b70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 16 additions and 12 deletions

View File

@ -3,7 +3,7 @@ package git
import (
"fmt"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"golang.org/x/sys/execabs"
)

View File

@ -3,7 +3,7 @@ package git
import (
"io"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"golang.org/x/sys/execabs"
)

View File

@ -3,7 +3,7 @@ package git
import (
"strconv"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"golang.org/x/sys/execabs"
)

View File

@ -1,7 +1,7 @@
package git
import (
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"golang.org/x/sys/execabs"
)

View File

@ -3,7 +3,7 @@ package git
import (
"fmt"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"golang.org/x/sys/execabs"
)

4
go.mod
View File

@ -5,11 +5,13 @@ go 1.22
require (
github.com/rs/zerolog v1.32.0
github.com/stretchr/testify v1.9.0
github.com/thegeeklab/wp-plugin-go/v2 v2.3.1
github.com/thegeeklab/wp-plugin-go/v3 v3.0.2
github.com/urfave/cli/v2 v2.27.2
golang.org/x/sys v0.20.0
)
require github.com/thegeeklab/wp-plugin-go/v2 v2.3.1
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect

2
go.sum
View File

@ -48,6 +48,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/thegeeklab/wp-plugin-go/v2 v2.3.1 h1:ARwYgTPZ5iPsmOenmqcCf8TjiEe8wBOHKO7H/Xshe48=
github.com/thegeeklab/wp-plugin-go/v2 v2.3.1/go.mod h1:0t8M8txtEFiaB6RqLX8vLrxkqAo5FT5Hx7dztN592D4=
github.com/thegeeklab/wp-plugin-go/v3 v3.0.2 h1:Mv5i8S1WY+BUNjTjX6lOnB3p8S9mvM+XwfY4R98gx0g=
github.com/thegeeklab/wp-plugin-go/v3 v3.0.2/go.mod h1:ij1iJcAVgzerBTqXnmq0bu1VA+hhVVwzXKqiqfoGjjg=
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

@ -9,9 +9,9 @@ import (
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/thegeeklab/wp-plugin-go/v2/file"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v2/util"
"github.com/thegeeklab/wp-plugin-go/v3/file"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"github.com/thegeeklab/wp-plugin-go/v3/util"
)
var (

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/thegeeklab/wp-git-action/git"
wp "github.com/thegeeklab/wp-plugin-go/v2/plugin"
wp "github.com/thegeeklab/wp-plugin-go/v3/plugin"
"github.com/urfave/cli/v2"
)

View File

@ -1,7 +1,7 @@
package plugin
import (
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
"golang.org/x/sys/execabs"
)

View File

@ -5,7 +5,7 @@ import (
"os"
"path/filepath"
"github.com/thegeeklab/wp-plugin-go/v2/types"
"github.com/thegeeklab/wp-plugin-go/v3/types"
)
const (