-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi!
I used your code in my own repository and I had troubles with imports, such as:
go get github.com/micro/go-micro/server
go: github.com/micro/[email protected] requires
github.com/micro/[email protected]: reading github.com/micro/protoc-gen-micro/go.mod at revision v1.0.0: git ls-remote -q origin in /home/slava/go/pkg/mod/cache/vcs/28cfbca4f5e41691076780b2017d5a1000b007b1d3d37b7a9d3b562c7adc9377: exit status 128:
ERROR: Repository not found.
and the second one:
$ go get github.com/ProtocolONE/go-micro-plugins
go: github.com/ProtocolONE/[email protected] requires
github.com/micro/[email protected] requires
github.com/micro/[email protected]: reading github.com/micro/protoc-gen-micro/go.mod at revision v1.0.0: git ls-remote -q origin in /home/slava/go/pkg/mod/cache/vcs/28cfbca4f5e41691076780b2017d5a1000b007b1d3d37b7a9d3b562c7adc9377: exit status 128:
ERROR: Repository not found.
If we seek the last version for library github.com/micro/go-micro it will be v1.18.0
I have already invesigated your files and I found https://github.com/ProtocolONE/go-micro-plugins/blob/b057e5c5b0a404b70ba8c4c7fe9698d445e47b8a/go.sum#L257C1-L257C96
This version of library doesn`t exist enymore. So we need to update go.mod of you project.
I did it in new branch update, but I don`t have permissions for creating new branches on your repository.
git push origin update
ERROR: Permission to ProtocolONE/geoip-service.git denied to lithium555.
So, give me please permissions for creating new branches or update you repository by yourself.
Metadata
Metadata
Assignees
Labels
No labels