mchaffe / cloudprefixes

Recon tool to query cloud prefixes for services associated with an IP address
GNU General Public License v3.0
24 stars 0 forks source link

Replace sqlite modules and remove cgo dependency #3

Closed mchaffe closed 2 months ago

mchaffe commented 2 months ago

Binaries were not usable as they contained cgo dependency that wasn't being compiled statically. Rather than jump through hoops to get goreleaser to work with cgo, replace the module with pure go implementation of SQLite