Hi, @tuhaihe. I have tried to use these libs and got following error:
ostinru@ostinru-osx wal-g % go get github.com/apache/cloudberry-go-libs
go: downloading github.com/apache/cloudberry-go-libs v1.0.11
go: github.com/apache/cloudberry-go-libs@upgrade (v1.0.11) requires github.com/apache/cloudberry-go-libs@v1.0.11: parsing go.mod:
module declares its path as: github.com/cloudberrydb/gp-common-go-libs
but was required as: github.com/apache/cloudberry-go-libs
However when I specify night build - it works
ostinru@ostinru-osx wal-g % go get github.com/apache/cloudberry-go-libs@v1.0.12-0.20250910014224-fc376e8a1056
go: added github.com/apache/cloudberry-go-libs v1.0.12-0.20250910014224-fc376e8a1056
I suppose, that we need new stable release with new package name.
Hi, @tuhaihe. I have tried to use these libs and got following error:
However when I specify night build - it works
I suppose, that we need new stable release with new package name.