mirror of
https://github.com/XTLS/RealiTLScanner.git
synced 2026-09-22 22:28:08 +03:00
11 lines
207 B
AMPL
11 lines
207 B
AMPL
module github.com/xtls/RealiTLScanner
|
|
|
|
go 1.26
|
|
|
|
require github.com/oschwald/geoip2-golang v1.13.0
|
|
|
|
require (
|
|
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
)
|