I'm in the process of moving gomponents to the maragu.dev/gomponents namespace. Could you try upgrading your library to that with go get maragu.dev/gomponents@v1.0.0-beta1 and see if you hit any issues?
After that, it should simply be a global search/replace in the project: github.com/maragudk/gomponents -> maragu.dev/gomponents, followed by go mod tidy.
Hey @delaneyj! 😊
I'm in the process of moving gomponents to the maragu.dev/gomponents namespace. Could you try upgrading your library to that with
go get maragu.dev/gomponents@v1.0.0-beta1
and see if you hit any issues?After that, it should simply be a global search/replace in the project:
github.com/maragudk/gomponents
->maragu.dev/gomponents
, followed bygo mod tidy
.I hope you have the time for this, and thank you!