Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddc7246

Browse files
committed
Update packages that depend on the wrong golint import path
Addresses: golang-migrate#202
1 parent 16197b6 commit ddc7246

File tree

2 files changed

+93
-44
lines changed

2 files changed

+93
-44
lines changed

go.mod

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module github.com/golang-migrate/migrate/v4
22

33
require (
4-
cloud.google.com/go v0.36.0
4+
cloud.google.com/go v0.37.4
55
github.com/aws/aws-sdk-go v1.17.7
66
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
77
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
@@ -12,17 +12,19 @@ require (
1212
github.com/docker/docker v0.7.3-0.20190108045446-77df18c24acf
1313
github.com/fsouza/fake-gcs-server v1.5.0
1414
github.com/go-sql-driver/mysql v1.4.1
15-
github.com/go-stack/stack v1.8.0 // indirect
1615
github.com/gocql/gocql v0.0.0-20190301043612-f6df8288f9b4
1716
github.com/gogo/protobuf v1.2.1 // indirect
18-
github.com/golang/protobuf v1.3.0 // indirect
17+
github.com/golang/protobuf v1.3.1 // indirect
1918
github.com/golang/snappy v0.0.1 // indirect
2019
github.com/google/go-github v17.0.0+incompatible
20+
github.com/gorilla/mux v1.7.1 // indirect
2121
github.com/hashicorp/go-multierror v1.0.0
22+
github.com/hashicorp/golang-lru v0.5.1 // indirect
2223
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
2324
github.com/jackc/pgx v3.2.0+incompatible // indirect
2425
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
2526
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
27+
github.com/kr/pretty v0.1.0 // indirect
2628
github.com/kshvakov/clickhouse v1.3.5
2729
github.com/lib/pq v1.0.0
2830
github.com/mattn/go-sqlite3 v1.10.0
@@ -31,19 +33,22 @@ require (
3133
github.com/pkg/errors v0.8.1 // indirect
3234
github.com/satori/go.uuid v1.2.0 // indirect
3335
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
34-
github.com/sirupsen/logrus v1.3.0 // indirect
36+
github.com/sirupsen/logrus v1.4.1 // indirect
3537
github.com/stretchr/testify v1.3.0 // indirect
3638
github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51 // indirect
3739
github.com/xanzy/go-gitlab v0.15.0
3840
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
3941
github.com/xdg/stringprep v1.0.0 // indirect
4042
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
41-
go.opencensus.io v0.19.0 // indirect
42-
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25 // indirect
43-
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
44-
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
45-
golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e // indirect
46-
golang.org/x/tools v0.0.0-20190228203856-589c23e65e65
47-
google.golang.org/api v0.1.0
48-
google.golang.org/genproto v0.0.0-20190227213309-4f5b463f9597
43+
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5 // indirect
44+
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
45+
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
46+
golang.org/x/sys v0.0.0-20190405154228-4b34438f7a67 // indirect
47+
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
48+
golang.org/x/tools v0.0.0-20190408220357-e5b8258f4918
49+
google.golang.org/api v0.3.2
50+
google.golang.org/appengine v1.5.0 // indirect
51+
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
52+
google.golang.org/grpc v1.19.1 // indirect
53+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
4954
)

0 commit comments

Comments
 (0)