MAC OSX ARM64 Release
Can you build a release for Mac ARM64? I get an error when I try to build.
Can you build a release for Mac ARM64? I get an error when I try to build.
Sorry, but I don't have a Mac environment to compile the executable file. I also encountered errors during the compilation process.
I also get an error when I try to compile it. Normally it should compile without any problems as follows. How do you compile Linux?
GOOS=darwin GOARCH=arm64 go build
I also get an error when I try to compile it. Normally it should compile without any problems as follows. How do you compile Linux?
GOOS=darwin GOARCH=arm64 go build
The compilation works perfectly fine in the Linux environment without any errors. I can guarantee that, but I just don't know why.
In fact, it also gives errors during compilation in the Linux operating system. How exactly do you compile? Do you use the go mod tidy command?
go: finding module for package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
go: downloading github.com/veo/vscan v1.3.2
go: github.com/youki992/VscanPlus imports
github.com/veo/vscan/pkg/naabu/v2/pkg/runner: module github.com/veo/vscan@latest found (v1.3.2), but does not contain package github.com/veo/vscan/pkg/naabu/v2/pkg/runner
>go build
main.go:4:2: missing go.sum entry for module providing package github.com/projectdiscovery/gologger (imported by github.com/youki992/VscanPlus); to add:
go get github.com/youki992/VscanPlus
main.go:5:2: github.com/andybalholm/[email protected]: missing go.sum entry for go.mod file; to add it:
go mod download github.com/andybalholm/brotli
In fact, it also gives errors during compilation in the Linux operating system. How exactly do you compile? Do you use the go mod tidy command?
go: finding module for package github.com/veo/vscan/pkg/naabu/v2/pkg/runner go: downloading github.com/veo/vscan v1.3.2 go: github.com/youki992/VscanPlus imports github.com/veo/vscan/pkg/naabu/v2/pkg/runner: module github.com/veo/vscan@latest found (v1.3.2), but does not contain package github.com/veo/vscan/pkg/naabu/v2/pkg/runner>go build main.go:4:2: missing go.sum entry for module providing package github.com/projectdiscovery/gologger (imported by github.com/youki992/VscanPlus); to add: go get github.com/youki992/VscanPlus main.go:5:2: github.com/andybalholm/[email protected]: missing go.sum entry for go.mod file; to add it: go mod download github.com/andybalholm/brotli
In fact, it also gives errors during compilation in the Linux operating system. How exactly do you compile? Do you use the go mod tidy command?
go: finding module for package github.com/veo/vscan/pkg/naabu/v2/pkg/runner go: downloading github.com/veo/vscan v1.3.2 go: github.com/youki992/VscanPlus imports github.com/veo/vscan/pkg/naabu/v2/pkg/runner: module github.com/veo/vscan@latest found (v1.3.2), but does not contain package github.com/veo/vscan/pkg/naabu/v2/pkg/runner>go build main.go:4:2: missing go.sum entry for module providing package github.com/projectdiscovery/gologger (imported by github.com/youki992/VscanPlus); to add: go get github.com/youki992/VscanPlus main.go:5:2: github.com/andybalholm/[email protected]: missing go.sum entry for go.mod file; to add it: go mod download github.com/andybalholm/brotli
This is the download link for my local code, it compiles and runs normally.
https://github.com/youki992/VscanPlus/releases/download/v1.0.6/vscan.zip
Thank you for your feedback. The problem does not appear when you last uploaded this. Did you add the latest version of the nuclei templates to this file? Do we need to add and compile it? The nuclei template information does not appear in the file you uploaded. Does it work without any problems when you add and compile the latest nuclei templates? Have you ever experienced this?