Open mlboy opened 4 years ago
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 :
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 ?
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 ()