initial commit

This commit is contained in:
mr0xb 2026-08-24 14:44:54 -04:00
commit 885e7d6e02
22 changed files with 3001 additions and 0 deletions

15
go.mod Normal file
View file

@ -0,0 +1,15 @@
module github.com/mr0xb/nxstats
go 1.25.0
require (
github.com/oschwald/geoip2-golang v1.13.0
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.20.0 // indirect
)