Skip to content

Commit

Permalink
Tidy go.mod and update go.sum
Browse files Browse the repository at this point in the history
Should fix the build (broken by go.sum, see golang/go#29278).
  • Loading branch information
Francisco Souza committed Dec 18, 2018
1 parent 83b1faa commit f62e687
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 51 deletions.
91 changes: 43 additions & 48 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,67 +1,62 @@
module github.com/NYTimes/video-transcoding-api

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

0 comments on commit f62e687

Please sign in to comment.