Change golang package name
This commit is contained in:
9
go.mod
9
go.mod
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user