projectdiscovery / naabu

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
https://projectdiscovery.io
MIT License
4.69k stars 547 forks source link

Unrecognized import path "aead.dev/minisign #970

Closed kuskumar closed 7 months ago

kuskumar commented 7 months ago

When trying to install naabu, I am getting below error. I have Latest Mac OS with M1. Go is installed via homebrew and the version is go1.22.0 darwin/arm64

Current Behavior:

opt/go/bin/pkg/mod/github.com/minio/selfupdate@v0.6.1-0.20230907112617-f11e74f84ca7/minisign.go:8:2: unrecognized import path "aead.dev/minisign": parse https://aead.dev/minisign?go-get=1: no go-import meta tags ()

Steps To Reproduce:

Example: steps to reproduce the behavior:

  1. Run 'naabu ..'
  2. See error... -->

Anything else:

kuskumar commented 7 months ago

https://github.com/gogf/gf/issues/3197