forked from wal-g/wal-g
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
69 lines (67 loc) · 2.99 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module github.com/wal-g/wal-g
go 1.13
require (
cloud.google.com/go/storage v1.8.0
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/Azure/go-autorest/autorest v0.11.17
github.com/DATA-DOG/godog v0.7.14-0.20190529133509-96731eaefa46
github.com/DataDog/zstd v1.4.4
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/RoaringBitmap/roaring v0.4.21
github.com/aws/aws-sdk-go v1.34.28
github.com/blang/semver v3.5.1+incompatible
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cyberdelia/lzo v0.0.0-20171006181345-d85071271a6f
github.com/denisenkom/go-mssqldb v0.9.0
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.13.1
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
github.com/go-openapi/errors v0.19.3 // indirect
github.com/go-openapi/strfmt v0.19.4 // indirect
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/gofrs/flock v0.8.0
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/mock v1.4.3
github.com/golang/snappy v0.0.2-0.20190904063534-ff6b7dc882cf // indirect
github.com/google/brotli v1.0.7
github.com/google/uuid v1.1.1
github.com/greenplum-db/gp-common-go-libs v1.0.4
github.com/hashicorp/golang-lru v0.5.1
github.com/jackc/pgconn v1.6.5-0.20200823013804-5db484908cf7
github.com/jackc/pglogrepl v0.0.0-20210109153808-a78a685a0bff
github.com/jackc/pgproto3/v2 v2.0.7
github.com/jackc/pgx v3.6.0+incompatible
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/magiconair/properties v1.8.1
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/minio/sio v0.2.0
github.com/mongodb/mongo-tools-common v2.0.1+incompatible
github.com/ncw/swift v1.0.49
github.com/onsi/gomega v1.8.1 // indirect
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
github.com/pierrec/lz4 v0.0.0-20170519170625-5a3d2245f97f
github.com/pierrec/xxHash v0.1.5 // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v1.11.0
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc // indirect
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.6.1
github.com/ulikunitz/xz v0.5.8
github.com/wal-g/tracelog v0.0.0-20190824100002-0ab2b054ff30
github.com/yandex-cloud/go-genproto v0.0.0-20201102102956-0c505728b6f0
github.com/yandex-cloud/go-sdk v0.0.0-20201109103511-a86298d3fea5
go.mongodb.org/mongo-driver v1.5.1
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/api v0.28.0
)