Change golang package name

This commit is contained in:
2023-11-29 14:45:16 +03:00
parent 0f3377d2b8
commit 975812efdb
2 changed files with 7 additions and 3 deletions

9
go.mod
View File

@ -1,10 +1,13 @@
module n9m
module gitea.unprism.ru/KRBL/N9M
go 1.21.3
require (
github.com/icza/bitio v1.1.0 // indirect
github.com/tidwall/gjson v1.17.0 // indirect
github.com/icza/bitio v1.1.0
github.com/tidwall/gjson v1.17.0
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
)