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
None of the above errored and seem properly installed.
Running go get gopkg.in/zeromq/goczmq.v4 returns:
go get gopkg.in/zeromq/goczmq.v4: gopkg.in/zeromq/[email protected]: invalid version: go.mod has non-....v4 module path "github.com/zeromq/goczmq" at revision v4.2.0
Running go get gopkg.in/zeromq/goczmq returns:
go get gopkg.in/zeromq/goczmq: unrecognized import path "gopkg.in": parse https://gopkg.in/?go-get=1: no go-import meta tags ()
The text was updated successfully, but these errors were encountered:
Having trouble getting goczmq working on MacOS Big Sur:
Environment:
MacOS Big Sur Version 11.0.1
go version go1.15.5 darwin/amd64
Installed Prerequisites:
brew install libsodium
brew install czmq
brew install zeromq
None of the above errored and seem properly installed.
Running
go get gopkg.in/zeromq/goczmq.v4
returns:go get gopkg.in/zeromq/goczmq.v4: gopkg.in/zeromq/[email protected]: invalid version: go.mod has non-....v4 module path "github.com/zeromq/goczmq" at revision v4.2.0
Running
go get gopkg.in/zeromq/goczmq
returns:go get gopkg.in/zeromq/goczmq: unrecognized import path "gopkg.in": parse https://gopkg.in/?go-get=1: no go-import meta tags ()
The text was updated successfully, but these errors were encountered: