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
go/src/hello2
▶ go version
go version go1.17 linux/amd64
go/src/hello2
▶ go mod init
go: creating new go.mod: module hello2
go: to add module requirements and sums:
go mod tidy
go/src/hello2
▶ go mod tidy
go: finding module for package github.com/rizinorg/rz-pipe/go
go: found github.com/rizinorg/rz-pipe/go in github.com/rizinorg/rz-pipe/go v0.0.0-20210623092913-2128c46e5221
go: hello2 imports
github.com/rizinorg/rz-pipe/go: github.com/rizinorg/rz-pipe/[email protected]: parsing go.mod:
module declares its path as: github.com/rizinorg/rz-pipe
but was required as: github.com/rizinorg/rz-pipe/go
I've also tried using rz-pm with the same results. I'm not sure if this is an issue with my version of go or with go.mod:
Running arch linux with go version go1.17 linux/amd64.
Output of trying to install
I've also tried using rz-pm with the same results. I'm not sure if this is an issue with my version of go or with go.mod:
I can clone the repo directly and use replace to get it to work but it would be nice to be able to just
go get <blah>
orrz-pm install rz-pipe-go
:The text was updated successfully, but these errors were encountered: