mirror of
https://github.com/kovetskiy/mark.git
synced 2026-04-22 14:32:37 +00:00
chore: bump module path to v16
Update Go module path from github.com/kovetskiy/mark to github.com/kovetskiy/mark/v16 across all packages and imports, following Go module versioning conventions for major versions >= 2. Also update README installation instructions and version string. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"strings"
|
||||
|
||||
"github.com/kovetskiy/lorg"
|
||||
mark "github.com/kovetskiy/mark"
|
||||
mark "github.com/kovetskiy/mark/v16"
|
||||
"github.com/reconquest/pkg/log"
|
||||
"github.com/urfave/cli/v3"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user