Skip to content

Commit 7b8dc43

Browse files
authored
Merge pull request #291 from TheThingsNetwork/feature/update-vendors
Update vendors
2 parents a2a1772 + 54e5627 commit 7b8dc43

File tree

4 files changed

+458
-135
lines changed

4 files changed

+458
-135
lines changed

go.mod

Lines changed: 46 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -4,114 +4,118 @@ replace github.com/grpc-ecosystem/grpc-gateway => github.com/ThethingsIndustries
44

55
replace github.com/robertkrimen/otto => github.com/ThethingsIndustries/otto v0.0.0-20181129100957-6ddbbb60554a
66

7-
replace github.com/goreleaser/goreleaser => github.com/TheThingsIndustries/goreleaser v0.102.0-ttn
7+
replace github.com/golang/lint => golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
8+
9+
replace github.com/testcontainers/testcontainer-go => github.com/testcontainers/testcontainers-go v0.0.2
810

911
require (
10-
cloud.google.com/go v0.36.0 // indirect
12+
cloud.google.com/go v0.37.0 // indirect
1113
github.com/Azure/azure-storage-blob-go v0.0.0-20190123011202-457680cc0804 // indirect
12-
github.com/PuerkitoBio/purell v1.1.0
14+
github.com/PuerkitoBio/purell v1.1.1
1315
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
1416
github.com/TheThingsIndustries/magepkg v0.0.0-20190214092847-6c0299b7c3ed
1517
github.com/TheThingsIndustries/mystique v0.0.0-20181023142449-f12a32cee6d6
1618
github.com/TheThingsNetwork/go-cayenne-lib v1.0.0
17-
github.com/aws/aws-sdk-go v1.16.32
19+
github.com/aws/aws-sdk-go v1.18.3
1820
github.com/blang/semver v3.5.1+incompatible
1921
github.com/certifi/gocertifi v0.0.0-20190105021004-abcd57078448 // indirect
2022
github.com/client9/misspell v0.3.4
21-
github.com/cpuguy83/go-md2man v1.0.8 // indirect
22-
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 // indirect
23+
github.com/cpuguy83/go-md2man v1.0.10 // indirect
24+
github.com/denisenkom/go-mssqldb v0.0.0-20190315220205-a8ed825ac853 // indirect
2325
github.com/disintegration/imaging v1.6.0
2426
github.com/eclipse/paho.mqtt.golang v1.1.1
2527
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
2628
github.com/fsnotify/fsnotify v1.4.7
2729
github.com/getsentry/raven-go v0.2.0
2830
github.com/go-mail/mail v2.3.1+incompatible
29-
github.com/go-redis/redis v6.15.1+incompatible
30-
github.com/go-sql-driver/mysql v1.4.1 // indirect
31+
github.com/go-redis/redis v6.15.2+incompatible
3132
github.com/gobwas/glob v0.2.3
3233
github.com/gofrs/uuid v3.2.0+incompatible // indirect
33-
github.com/gogo/protobuf v1.2.0
34-
github.com/golang/gddo v0.0.0-20181116215533-9bd4a3295021
35-
github.com/golang/protobuf v1.2.0
36-
github.com/google/wire v0.2.1 // indirect
37-
github.com/goreleaser/goreleaser v0.101.0
34+
github.com/gogo/protobuf v1.2.1
35+
github.com/golang/gddo v0.0.0-20190312205958-5a2505f3dbf0
36+
github.com/golang/protobuf v1.3.1
37+
github.com/google/uuid v1.1.1 // indirect
38+
github.com/googleapis/gax-go/v2 v2.0.4 // indirect
39+
github.com/goreleaser/goreleaser v0.103.1
3840
github.com/gorilla/securecookie v1.1.1
3941
github.com/gotnospirit/makeplural v0.0.0-20180622080156-a5f48d94d976 // indirect
4042
github.com/gotnospirit/messageformat v0.0.0-20180622080451-0eab1176a3fb
41-
github.com/gregjones/httpcache v0.0.0-20190203031600-7a902570cb17
43+
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
4244
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
4345
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
44-
github.com/grpc-ecosystem/grpc-gateway v1.7.0
46+
github.com/grpc-ecosystem/grpc-gateway v1.8.5
47+
github.com/hashicorp/golang-lru v0.5.1 // indirect
4548
github.com/heptiolabs/healthcheck v0.0.0-20180807145615-6ff867650f40
4649
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
4750
github.com/imdario/mergo v0.3.7 // indirect
48-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4951
github.com/jacobsa/crypto v0.0.0-20180924003735-d95898ceee07
5052
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
5153
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
5254
github.com/jacobsa/ogletest v0.0.0-20170503003838-80d50a735a11 // indirect
5355
github.com/jacobsa/reqtrace v0.0.0-20150505043853-245c9e0234cb // indirect
54-
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
56+
github.com/jarcoal/httpmock v1.0.0
57+
github.com/jaytaylor/html2text v0.0.0-20190311042500-a93a6c6ea053
5558
github.com/jinzhu/gorm v1.9.2
5659
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
57-
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
60+
github.com/jinzhu/now v1.0.0 // indirect
61+
github.com/kamilsk/retry/v4 v4.0.2 // indirect
5862
github.com/kr/pretty v0.1.0
5963
github.com/labstack/echo v3.3.10+incompatible
6064
github.com/labstack/gommon v0.2.8
6165
github.com/lib/pq v1.0.0
6266
github.com/lyft/protoc-gen-validate v0.0.13
6367
github.com/magefile/mage v1.8.0
64-
github.com/mattn/go-colorable v0.1.0 // indirect
65-
github.com/mattn/go-isatty v0.0.4
68+
github.com/mattn/go-colorable v0.1.1 // indirect
69+
github.com/mattn/go-isatty v0.0.7
6670
github.com/mattn/go-runewidth v0.0.4 // indirect
6771
github.com/mattn/go-sqlite3 v1.10.0 // indirect
6872
github.com/mattn/go-zglob v0.0.1 // indirect
6973
github.com/mattn/goveralls v0.0.2
7074
github.com/mdempsky/unconvert v0.0.0-20190117010209-2db5a8ead8e7
75+
github.com/mgechev/dots v0.0.0-20181228164730-18fa4c4b71cc // indirect
7176
github.com/mgechev/revive v0.0.0-20190301194522-6a62ee9f0248
7277
github.com/mitchellh/go-homedir v1.1.0 // indirect
7378
github.com/mitchellh/mapstructure v1.1.2
7479
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
7580
github.com/oklog/ulid v1.3.1
7681
github.com/olekukonko/tablewriter v0.0.1 // indirect
77-
github.com/onsi/ginkgo v1.7.0 // indirect
78-
github.com/onsi/gomega v1.4.3 // indirect
82+
github.com/onsi/ginkgo v1.8.0 // indirect
83+
github.com/onsi/gomega v1.5.0 // indirect
7984
github.com/openshift/osin v1.0.1
80-
github.com/pborman/uuid v1.2.0 // indirect
8185
github.com/pkg/errors v0.8.1
82-
github.com/prometheus/client_golang v0.9.2
86+
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
8387
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
84-
github.com/prometheus/common v0.2.0 // indirect
85-
github.com/prometheus/procfs v0.0.0-20190209105433-f8d8b3f739bd // indirect
88+
github.com/prometheus/procfs v0.0.0-20190315082738-e56f2e22fc76 // indirect
8689
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
8790
github.com/satori/go.uuid v1.2.0
8891
github.com/sendgrid/rest v2.4.1+incompatible // indirect
8992
github.com/sendgrid/sendgrid-go v3.4.1+incompatible
90-
github.com/smartystreets/assertions v0.0.0-20190116191733-b6c0e53d7304
93+
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac
9194
github.com/soheilhy/cmux v0.1.4
9295
github.com/spf13/afero v1.2.1 // indirect
9396
github.com/spf13/cast v1.3.0
9497
github.com/spf13/cobra v0.0.3
98+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
9599
github.com/spf13/pflag v1.0.3
96-
github.com/spf13/viper v1.3.1
100+
github.com/spf13/viper v1.3.2
97101
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
98-
github.com/valyala/bytebufferpool v1.0.0 // indirect
99-
github.com/valyala/fasttemplate v0.0.0-20170224212429-dcecefd839c4 // indirect
100-
go.opencensus.io v0.19.0
102+
github.com/valyala/fasttemplate v1.0.1 // indirect
103+
go.opencensus.io v0.19.1
101104
go.thethings.network/lorawan-stack-legacy v0.0.0-20190118141410-68812c833a78
102-
gocloud.dev v0.9.0
103-
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
104-
golang.org/x/image v0.0.0-20190209060608-ef4a1470e0dc // indirect
105-
golang.org/x/net v0.0.0-20190311031020-56fb01167e7d
106-
golang.org/x/oauth2 v0.0.0-20190211225200-5f6b76b7c9dd
107-
golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa // indirect
108-
golang.org/x/tools v0.0.0-20190211224914-44bee7e801e4
109-
google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922
110-
google.golang.org/grpc v1.18.0
105+
gocloud.dev v0.11.0
106+
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
107+
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
108+
golang.org/x/net v0.0.0-20190313220215-9f648a60d977
109+
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
110+
golang.org/x/sys v0.0.0-20190316082340-a2f829d7f35f // indirect
111+
golang.org/x/tools v0.0.0-20190315214010-f0bfdbff1f9c
112+
golang.org/x/xerrors v0.0.0-20190315151331-d61658bd2e18 // indirect
113+
google.golang.org/api v0.2.0 // indirect
114+
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
115+
google.golang.org/grpc v1.19.0
111116
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
112-
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20190204112747-618f46f3f0c8
113117
gopkg.in/mail.v2 v2.3.1 // indirect
114118
gopkg.in/sourcemap.v1 v1.0.5 // indirect
115-
gopkg.in/square/go-jose.v2 v2.2.2
119+
gopkg.in/square/go-jose.v2 v2.3.0
116120
gopkg.in/yaml.v2 v2.2.2
117121
)

0 commit comments

Comments
 (0)