Skip to content

Commit f62e687

Browse files
author
Francisco Souza
committed
Tidy go.mod and update go.sum
Should fix the build (broken by go.sum, see golang/go#29278).
1 parent 83b1faa commit f62e687

File tree

2 files changed

+135
-51
lines changed

2 files changed

+135
-51
lines changed

go.mod

Lines changed: 43 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,62 @@
11
module github.com/NYTimes/video-transcoding-api
22

33
require (
4-
cloud.google.com/go v0.27.0
5-
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
4+
cloud.google.com/go v0.27.0 // indirect
5+
github.com/DataDog/datadog-go v0.0.0-20180822151419-281ae9f2d895 // indirect
66
github.com/NYTimes/encoding-wrapper v0.0.0-20170905214245-36fb9db91f13
77
github.com/NYTimes/gizmo v0.2.0
88
github.com/NYTimes/gziphandler v1.0.1
9-
github.com/NYTimes/logrotate v0.0.0-20170824154650-2b6e866fd507
10-
github.com/VividCortex/gohistogram v1.0.0
9+
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
1110
github.com/aws/aws-sdk-go v1.15.21
12-
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
1311
github.com/bitmovin/bitmovin-go v1.14.0
14-
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052
12+
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
13+
github.com/circonus-labs/circonus-gometrics v2.2.5+incompatible // indirect
14+
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
1515
github.com/flavioribeiro/zencoder v0.0.0-20161215190743-745874544382
16-
github.com/fluent/fluent-logger-golang v1.3.0
1716
github.com/fsouza/ctxlogger v1.0.0
1817
github.com/fsouza/gizmo-stackdriver-logging v1.1.0
19-
github.com/go-ini/ini v1.38.2
20-
github.com/go-kit/kit v0.7.0
21-
github.com/go-logfmt/logfmt v0.3.0
18+
github.com/go-ini/ini v1.38.2 // indirect
2219
github.com/go-redis/redis v6.14.1+incompatible
23-
github.com/go-stack/stack v1.8.0
24-
github.com/golang/protobuf v1.2.0
2520
github.com/google/go-cmp v0.2.0
2621
github.com/google/gops v0.0.0-20180903072510-f341a40f99ec
27-
github.com/gorilla/context v1.1.1
22+
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
2823
github.com/gorilla/handlers v1.4.0
29-
github.com/gorilla/mux v1.6.2
30-
github.com/hashicorp/consul v1.2.2
31-
github.com/hashicorp/go-cleanhttp v0.5.0
32-
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90
33-
github.com/hashicorp/serf v0.8.1
24+
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
25+
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c // indirect
26+
github.com/hashicorp/go-multierror v1.0.0 // indirect
27+
github.com/hashicorp/go-retryablehttp v0.5.0 // indirect
28+
github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86 // indirect
29+
github.com/hashicorp/memberlist v0.1.0 // indirect
30+
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
3431
github.com/hybrik/hybrik-sdk-go v0.0.0-20170516091026-c2eee0e66af9
35-
github.com/influxdata/influxdb v1.6.2
36-
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
37-
github.com/julienschmidt/httprouter v0.0.0-20180715161854-348b672cd90d
38-
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
39-
github.com/kelseyhightower/envconfig v1.3.0
40-
github.com/knq/jwt v0.0.0-20180425050837-b171e76ef804
41-
github.com/knq/pemutil v0.0.0-20180607233853-a6a7785bc45a
42-
github.com/knq/sdhook v0.0.0-20180305214827-7a285b4a65ce
43-
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
32+
github.com/influxdata/influxdb v1.6.2 // indirect
33+
github.com/jtolds/gls v4.2.1+incompatible // indirect
34+
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
35+
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
4436
github.com/kr/pretty v0.1.0
45-
github.com/kr/text v0.1.0
46-
github.com/marzagao/logrus-env v0.0.0-20170629235526-367f558eb6f3
47-
github.com/matttproud/golang_protobuf_extensions v1.0.1
48-
github.com/mitchellh/go-homedir v1.0.0
49-
github.com/mitchellh/mapstructure v1.0.0
50-
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
51-
github.com/philhofer/fwd v1.0.0
52-
github.com/prometheus/client_golang v0.8.0
53-
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
54-
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e
55-
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273
37+
github.com/miekg/dns v1.1.1 // indirect
38+
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
39+
github.com/onsi/ginkgo v1.7.0 // indirect
40+
github.com/onsi/gomega v1.4.3 // indirect
41+
github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c // indirect
42+
github.com/pmezard/go-difflib v1.0.0 // indirect
43+
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
5644
github.com/sirupsen/logrus v1.0.6
57-
github.com/tinylib/msgp v1.0.2
58-
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b
59-
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
60-
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
61-
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
62-
golang.org/x/text v0.3.0
63-
google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf
64-
google.golang.org/appengine v1.1.0
65-
google.golang.org/genproto v0.0.0-20180911211118-36d5787dc535
66-
google.golang.org/grpc v1.15.0
45+
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
46+
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
47+
github.com/stretchr/testify v1.2.2 // indirect
48+
github.com/tsuru/tsuru v0.0.0-20181207154057-b017fbfddcdb // indirect
49+
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
50+
golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b // indirect
51+
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3 // indirect
52+
google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf // indirect
53+
google.golang.org/genproto v0.0.0-20180911211118-36d5787dc535 // indirect
54+
google.golang.org/grpc v1.15.0 // indirect
55+
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
56+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
57+
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
58+
gopkg.in/ini.v1 v1.39.3 // indirect
59+
gopkg.in/vmihailenco/msgpack.v2 v2.9.1 // indirect
60+
labix.org/v2/mgo v0.0.0-20140701140051-000000000287 // indirect
61+
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
6762
)

0 commit comments

Comments
 (0)