github.com/fr-nvriep/migrate/v4@v4.3.2/go.mod (about)

     1  module github.com/fr-nvriep/migrate/v4
     2  
     3  require (
     4  	cloud.google.com/go v0.37.4
     5  	github.com/aws/aws-sdk-go v1.17.7
     6  	github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
     7  	github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
     8  	github.com/cockroachdb/apd v1.1.0 // indirect
     9  	github.com/cockroachdb/cockroach-go v0.0.0-20181001143604-e0a95dfd547c
    10  	github.com/cznic/ql v1.2.0
    11  	github.com/dhui/dktest v0.3.0
    12  	github.com/docker/docker v0.7.3-0.20190108045446-77df18c24acf
    13  	github.com/fsouza/fake-gcs-server v1.7.0
    14  	github.com/go-sql-driver/mysql v1.4.1
    15  	github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4
    16  	github.com/gogo/protobuf v1.2.1 // indirect
    17  	github.com/golang/protobuf v1.3.1 // indirect
    18  	github.com/golang/snappy v0.0.1 // indirect
    19  	github.com/google/go-github v17.0.0+incompatible
    20  	github.com/hashicorp/go-multierror v1.0.0
    21  	github.com/hashicorp/golang-lru v0.5.1 // indirect
    22  	github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
    23  	github.com/jackc/pgx v3.2.0+incompatible // indirect
    24  	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
    25  	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
    26  	github.com/kr/pretty v0.1.0 // indirect
    27  	github.com/kshvakov/clickhouse v1.3.5
    28  	github.com/lib/pq v1.0.0
    29  	github.com/mattn/go-sqlite3 v1.10.0
    30  	github.com/mongodb/mongo-go-driver v0.3.0
    31  	github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
    32  	github.com/pkg/errors v0.8.1 // indirect
    33  	github.com/satori/go.uuid v1.2.0 // indirect
    34  	github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
    35  	github.com/sirupsen/logrus v1.4.1 // indirect
    36  	github.com/stretchr/testify v1.3.0 // indirect
    37  	github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
    38  	github.com/xanzy/go-gitlab v0.15.0
    39  	github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
    40  	github.com/xdg/stringprep v1.0.0 // indirect
    41  	gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
    42  	golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
    43  	golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6
    44  	golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
    45  	golang.org/x/sys v0.0.0-20190426135247-a129542de9ae // indirect
    46  	golang.org/x/text v0.3.2 // indirect
    47  	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
    48  	golang.org/x/tools v0.0.0-20190425222832-ad9eeb80039a
    49  	google.golang.org/api v0.4.0
    50  	google.golang.org/appengine v1.5.0 // indirect
    51  	google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb
    52  	google.golang.org/grpc v1.20.1 // indirect
    53  	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    54  )