robertmu commented on code in PR #44:
URL:
https://github.com/apache/cloudberry-gpbackup/pull/44#discussion_r2336111538
##########
backup/backup.go:
##########
@@ -11,10 +11,10 @@ import (
"sync"
"time"
- "github.com/cloudberrydb/gp-common-go-libs/cluster"
- "github.com/cloudberrydb/gp-common-go-libs/dbconn"
- "github.com/cloudberrydb/gp-common-go-libs/gplog"
- "github.com/cloudberrydb/gp-common-go-libs/operating"
+ "github.com/apache/cloudberry-go-libs/cluster"
+ "github.com/apache/cloudberry-go-libs/dbconn"
+ "github.com/apache/cloudberry-go-libs/gplog"
+ "github.com/apache/cloudberry-go-libs/operating"
"github.com/greenplum-db/gpbackup/filepath"
"github.com/greenplum-db/gpbackup/history"
"github.com/greenplum-db/gpbackup/options"
Review Comment:
Thanks for pointing this out!
This PR only updates the external dependency from
`github.com/cloudberrydb/gp-common-go-libs` to
`github.com/apache/cloudberry-go-libs`.
The changes to gpbackup's own module path (the lines you mentioned) will be
implemented in the next PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]