This commit is contained in:
2023-11-29 14:16:00 +03:00
commit 0f3377d2b8
4 changed files with 571 additions and 0 deletions

10
go.mod Normal file
View File

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