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

go.mod failing #1

Open
gedw99 opened this issue Oct 5, 2021 · 1 comment
Open

go.mod failing #1

gedw99 opened this issue Oct 5, 2021 · 1 comment

Comments

@gedw99
Copy link

gedw99 commented Oct 5, 2021

go mod tidy
go: finding module for package git.ronaksoft.com/river/msg/msg
go: finding module for package git.ronaksoft.com/river/msg/go/msg

# NOW it fail to get https://git.ronaksoft.com

tinygo:


GOOS=js GOARCH=wasm tinygo build -o tiny.wasm -target wasm .
github.com/mailru/easyjson/buffer
../../../../../../../pkg/mod/github.com/mailru/[email protected]/buffer/pool.go:171:14: Buffers not declared by package net

golang wasm:

GOOS=js GOARCH=wasm GODEBUG=gcstoptheworld=1 GOGC=20 go build -ldflags="-s -w" -o go.wasm .

@gedw99 gedw99 changed the title build failing go.mod failing Oct 5, 2021
@hamidrezakks
Copy link
Contributor

Oh, I'll add vendor to the project
Thanks

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

No branches or pull requests

2 participants