Update module path to include version suffix

The module path was updated to align with Go versioning conventions by appending "/v2". This change ensures compatibility with Go's module versioning system and properly reflects the major version update.
This commit is contained in:
Александр Лазаренко 2025-02-22 22:16:52 +03:00
parent 102c9bb36a
commit 58b1c67b97
Signed by: Kerblif
GPG Key ID: 5AFAD6640F4670C3

2
go.mod
View File

@ -1,4 +1,4 @@
module gitea.unprism.ru/KRBL/n9m
module gitea.unprism.ru/KRBL/n9m/v2
go 1.21.3