2024-05-08 14:35:04 +00:00
|
|
|
module xmr-remote-nodes
|
2024-05-03 17:11:56 +00:00
|
|
|
|
|
|
|
go 1.22.2
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alexedwards/argon2id v1.0.0
|
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
|
|
github.com/gofiber/fiber/v2 v2.52.4
|
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
|
|
github.com/joho/godotenv v1.5.1
|
2024-05-04 19:20:54 +00:00
|
|
|
github.com/oschwald/geoip2-golang v1.9.0
|
2024-05-03 17:11:56 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
2024-05-04 15:36:57 +00:00
|
|
|
golang.org/x/net v0.21.0
|
2024-05-03 17:11:56 +00:00
|
|
|
golang.org/x/term v0.19.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/klauspost/compress v1.17.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2024-05-04 19:20:54 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.11.0 // indirect
|
2024-05-03 17:11:56 +00:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
|
|
)
|