norunners / vue

The progressive framework for WebAssembly applications.
MIT License
240 stars 13 forks source link

Can't fetch this repo: too many errors #22

Closed johnjelinek closed 6 years ago

johnjelinek commented 6 years ago
$go get -u github.com/norunners/vue

go: finding github.com/norunners/vue latest
go: finding golang.org/x/net latest
go: finding github.com/norunners/vdom latest
# github.com/norunners/vdom
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:3:28: undefined: PatchSet
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:4:15: undefined: Patcher
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:11:31:undefined: Patcher
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:19:33:undefined: Append
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:29:33:undefined: Remove
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:41:33:undefined: Replace
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:66:32:undefined: Patcher
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:72:33:undefined: RemoveAttr
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:84:33:undefined: SetAttr
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:95:33:undefined: SetAttr
../../../go/pkg/mod/github.com/norunners/vdom@v0.0.0-20180909045003-842f99817089/diff.go:95:33:too many errors
norunners commented 6 years ago

Ensure you are using Go 1.11 and try GOARCH=wasm GOOS=js go get -u github.com/norunners/vue or GO111MODULE=on GOARCH=wasm GOOS=js go get -u github.com/norunners/vue.

I’ll update the README file soon.

norunners commented 6 years ago

TODO: See if removing the build tags from the vdom fork resolves this issue.

norunners commented 6 years ago

Resolving issue.