realize icon indicating copy to clipboard operation
realize copied to clipboard

non-standard import when running realize

Open GAZ082 opened this issue 6 years ago • 2 comments

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

GAZ082 avatar Sep 25 '19 19:09 GAZ082

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

grzegorz-zur avatar Oct 11 '19 20:10 grzegorz-zur

thanks @grzegorz-zur

winwisely99 avatar Nov 22 '19 15:11 winwisely99