n9m/go.mod
Alexander Lazarenko 58b1c67b97
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.
2025-02-22 22:16:52 +03:00

6 lines
85 B
Modula-2

module gitea.unprism.ru/KRBL/n9m/v2
go 1.21.3
require github.com/icza/bitio v1.1.0