You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
error: here.Package: command-line-arguments: here.cache: command-line-arguments: [go list -json -find command-line-arguments] exit status 1: go: cannot find main module; see 'go help modules'
we are also facing the same issue for statically compiled binary, using this package as an import.
behaviour is as following for the environment running the statically compiled binary :
go <1.16 or no go at all - It will work.
go >=1.16 - It fails with an error. here.Package: command-line-arguments: here.cache: command-line-arguments: [go list -json -find command-line-arguments] exit status 1: go: go.mod file not found in current directory or any parent directory; see 'go help modules'
Any pointers ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
error: here.Package: example.com/test: here.cache: example.com/test: [go list -json -find example.com/test] exit status 1: go: finding module for package example.com/test
cannot find module providing package example.com/test: unrecognized import path "example.com": parse https://example.com/?go-get=1: no go-import meta tags ()
The text was updated successfully, but these errors were encountered: