0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-06-02 18:39:40 +02:00

bump module major version

This commit is contained in:
Robert Kaussow 2024-05-04 14:13:52 +02:00
parent f381a5e6ba
commit fc2102453c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import (
"sort" "sort"
"strings" "strings"
wp_template "github.com/thegeeklab/wp-plugin-go/template" wp_template "github.com/thegeeklab/wp-plugin-go/v2/template"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
) )

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/thegeeklab/wp-plugin-go module github.com/thegeeklab/wp-plugin-go/v2
go 1.22 go 1.22

View File

@ -24,7 +24,7 @@ import (
"github.com/rs/zerolog" "github.com/rs/zerolog"
"github.com/rs/zerolog/log" "github.com/rs/zerolog/log"
"github.com/thegeeklab/wp-plugin-go/trace" "github.com/thegeeklab/wp-plugin-go/v2/trace"
"github.com/urfave/cli/v2" "github.com/urfave/cli/v2"
"golang.org/x/net/proxy" "golang.org/x/net/proxy"
) )