This repository has been archived on 2025-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
Skyfeed_archive/go.mod

16 lines
366 B
Modula-2

module git.leaktechnologies.dev/Leak_Technologies/Skyfeed
go 1.25.4
require (
github.com/oschwald/geoip2-golang v1.13.0
github.com/spf13/cobra v1.10.1
)
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
)