module github.com/AlexAkulov/clickhouse-backup require ( github.com/aws/aws-sdk-go v1.23.21 github.com/bkaradzic/go-lz4 v1.0.0 // indirect github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/djherbis/buffer v1.1.0 // indirect github.com/fatih/color v1.7.0 // indirect github.com/frankban/quicktest v1.5.0 // indirect github.com/jmoiron/sqlx v1.2.0 github.com/kelseyhightower/envconfig v1.3.0 github.com/kshvakov/clickhouse v1.3.7 github.com/mattn/go-colorable v0.1.1 // indirect github.com/mattn/go-runewidth v0.0.3 // indirect github.com/mholt/archiver v1.1.3-0.20190812163345-2d1449806793 github.com/pierrec/lz4 v2.3.1-0.20190907084430-0554902aa74a+incompatible // indirect github.com/stretchr/testify v1.3.0 github.com/urfave/cli v1.20.0 golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect google.golang.org/appengine v1.5.0 // indirect gopkg.in/cheggaaa/pb.v1 v1.0.28 gopkg.in/djherbis/buffer.v1 v1.1.0 gopkg.in/djherbis/nio.v2 v2.0.3 gopkg.in/yaml.v2 v2.2.1 ) go 1.13