| module github.com/apache/cloudberry-backup |
| |
| go 1.21 |
| |
| require ( |
| github.com/DATA-DOG/go-sqlmock v1.5.0 |
| github.com/apache/cloudberry-go-libs v1.0.12-0.20250910014224-fc376e8a1056 |
| github.com/aws/aws-sdk-go v1.44.257 |
| github.com/blang/semver v3.5.1+incompatible |
| github.com/blang/vfs v1.0.0 |
| github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf |
| github.com/jackc/pgconn v1.14.3 |
| github.com/jmoiron/sqlx v1.3.5 |
| github.com/klauspost/compress v1.15.15 |
| github.com/lib/pq v1.10.7 |
| github.com/mattn/go-sqlite3 v1.14.19 |
| github.com/nightlyone/lockfile v1.0.0 |
| github.com/olekukonko/tablewriter v0.0.5 |
| github.com/onsi/ginkgo/v2 v2.13.0 |
| github.com/onsi/gomega v1.27.10 |
| github.com/pkg/errors v0.9.1 |
| github.com/sergi/go-diff v1.3.1 |
| github.com/spf13/cobra v1.6.1 |
| github.com/spf13/pflag v1.0.5 |
| github.com/urfave/cli v1.22.13 |
| golang.org/x/sys v0.18.0 |
| golang.org/x/tools v0.12.0 |
| gopkg.in/cheggaaa/pb.v1 v1.0.28 |
| gopkg.in/yaml.v2 v2.4.0 |
| ) |
| |
| require ( |
| github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
| github.com/fatih/color v1.14.1 // indirect |
| github.com/go-logr/logr v1.2.4 // indirect |
| github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect |
| github.com/google/go-cmp v0.5.9 // indirect |
| github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect |
| github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| github.com/jackc/chunkreader/v2 v2.0.1 // indirect |
| github.com/jackc/pgio v1.0.0 // indirect |
| github.com/jackc/pgpassfile v1.0.0 // indirect |
| github.com/jackc/pgproto3/v2 v2.3.3 // indirect |
| github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
| github.com/jackc/pgtype v1.14.0 // indirect |
| github.com/jackc/pgx/v4 v4.18.2 // indirect |
| github.com/jmespath/go-jmespath v0.4.0 // indirect |
| github.com/mattn/go-colorable v0.1.13 // indirect |
| github.com/mattn/go-runewidth v0.0.13 // indirect |
| github.com/rivo/uniseg v0.2.0 // indirect |
| github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| golang.org/x/crypto v0.21.0 // indirect |
| golang.org/x/mod v0.12.0 // indirect |
| golang.org/x/net v0.23.0 // indirect |
| golang.org/x/text v0.14.0 // indirect |
| gopkg.in/yaml.v3 v3.0.1 // indirect |
| ) |