Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

non-standard import when running realize #256

Open
GAZ082 opened this issue Sep 25, 2019 · 2 comments
Open

non-standard import when running realize #256

GAZ082 opened this issue Sep 25, 2019 · 2 comments

Comments

@GAZ082
Copy link

GAZ082 commented Sep 25, 2019

Hey. Just implemented go modules on a project and when i run go run main.go works fine. But once I want to use realize for my dev workflow I get:

/usr/lib/go/src/crypto/tls/cipher_suites.go:17:2: non-standard import "golang.org/x/crypto/chacha20poly1305" in standard package "crypto/tls" /usr/lib/go/src/crypto/x509/x509.go:28:2: non-standard import "golang.org/x/crypto/cryptobyte" in standard package "crypto/x509" /usr/lib/go/src/net/dnsclient.go:11:2: non-standard import "golang.org/x/net/dns/dnsmessage" in standard package "net" /usr/lib/go/src/net/http/h2_bundle.go:48:2: non-standard import "golang.org/x/net/http/httpguts" in standard package "net/http"

[REALIZE] : 2.0.3
go version go1.13 linux/amd64

@grzegorz-zur
Copy link

grzegorz-zur commented Oct 11, 2019

The problem is caused by trying to run vgo. I fixed the problem on my fork https://github.com/grzegorz-zur/realize

@winwisely99
Copy link

thanks @grzegorz-zur

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants