ergo-services / ergo

An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
https://docs.ergo.services
MIT License
3.74k stars 143 forks source link

can't upgrade go mod from 224 to 300 #181

Open bighunter513 opened 2 months ago

bighunter513 commented 2 months ago

Describe the bug when use go-mod-upgrade to upgrade ergo:

Updating github.com/ergo-services/ergo to version 1.999.300... ⨯ Error while updating module error=exit status 1 name=github.com/ergo-services/ergo out=go: github.com/ergo-services/ergo@upgrade (v1.999.300) requires github.com/ergo-services/ergo@v1.999.300: parsing go.mod: module declares its path as: ergo.services/ergo but was required as: github.com/ergo-services/ergo

halturin commented 2 months ago

starting from 3.0 this module lives on its own domain ergo.services. its been made to get rid of GitHub-lock.

beside of that, new version has completely new design and not compatible with the previous one