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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: