Skip to content

Commit

Permalink
BUILD: Update all dependencies
Browse files Browse the repository at this point in the history
This updates all (indirect) dependencies to their latest versions. There
is a problem in go (hopefully will be fixed in 1.13).  This problem
causes problems when modules are renamed or moved and manifested with
the go-diff and lint packages.

The problem has been worked around in various packages, but this
requires manually updating some packages before doing a full update.
This commit was generated using:

  go get -u -m github.com/gobuffalo/buffalo-plugins
  go get -u -m
  go mod tidy

See also:
 - golang/go#30831
 - sourcegraph/go-diff#34
 - golang/lint#446
  • Loading branch information
matthijskooijman committed Apr 16, 2019
1 parent 6e3471e commit 001f768
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 421 deletions.
63 changes: 31 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,56 +1,55 @@
module github.com/3devo/dvconnector

require (
github.com/DataDog/zstd v1.3.5 // indirect
github.com/Sereal/Sereal v0.0.0-20190110175625-d6cf5b5efa3b // indirect
github.com/DataDog/zstd v1.3.8 // indirect
github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect
github.com/asdine/storm v2.1.2+incompatible
github.com/bob-thomas/configdir v0.0.0-20181219095810-37a1c27b6286
github.com/bob-thomas/go-serial v0.0.0-20180319113759-0f9c45f81e71
github.com/boltdb/bolt v1.3.1 // indirect
github.com/creack/goselect v0.0.0-20180501195510-58854f77ee8d // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/facchinm/go-serial v0.0.0-20150915155731-3cfbd2fab741
github.com/getlantern/context v0.0.0-20181106182922-539649cc3118 // indirect
github.com/getlantern/errors v0.0.0-20180829142810-e24b7f4ff7c7 // indirect
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
github.com/getlantern/errors v0.0.0-20190325191628-abdb3e3e36f7 // indirect
github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5 // indirect
github.com/getlantern/hex v0.0.0-20160523043825-083fba3033ad // indirect
github.com/getlantern/hidden v0.0.0-20160523043807-d52a649ab33a // indirect
github.com/getlantern/ops v0.0.0-20170904182230-37353306c908 // indirect
github.com/getlantern/systray v0.0.0-20181206010516-eaad7114094d
github.com/go-ole/go-ole v1.2.2
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect
github.com/getlantern/systray v0.0.0-20190131073753-26d5b920200d
github.com/go-ole/go-ole v1.2.4
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gobuffalo/buffalo-plugins v1.9.3 // indirect
github.com/gobuffalo/flect v0.0.0-20181210151238-24a2b68e0316 // indirect
github.com/gobuffalo/packr/v2 v2.0.0-rc.13
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gobuffalo/packr/v2 v2.1.0
github.com/golang/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/gopherjs/gopherjs v0.0.0-20190411002643-bd77b112433e // indirect
github.com/gorilla/websocket v1.4.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jtolds/gls v0.0.0-20181110203027-b4936e06046b // indirect
github.com/julienschmidt/httprouter v0.0.0-20181021223831-26a05976f9bf
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e
github.com/meatballhat/negroni-logrus v0.0.0-20170801195057-31067281800f
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 // indirect
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc // indirect
github.com/rs/cors v1.6.0
github.com/sirupsen/logrus v1.2.0
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/smartystreets/assertions v0.0.0-20180301161246-7678a5452ebe // indirect
github.com/smartystreets/goconvey v0.0.0-20170602164621-9e8dc3f972df
github.com/smartystreets/gunit v0.0.0-20180314194857-6f0d6275bdcd // indirect
github.com/tidwall/gjson v1.1.3
github.com/sirupsen/logrus v1.4.1
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e
github.com/smartystreets/assertions v0.0.0-20190401211740-f487f9de1cd3 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
github.com/tidwall/gjson v1.2.1
github.com/tidwall/match v1.0.1 // indirect
github.com/urfave/negroni v0.3.0
github.com/vmihailenco/msgpack v4.0.1+incompatible // indirect
go.etcd.io/bbolt v1.3.0 // indirect
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/sys v0.0.0-20181218192612-074acd46bca6 // indirect
golang.org/x/tools v0.0.0-20181218204010-d4971274fe38 // indirect
github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect
github.com/urfave/negroni v1.0.0
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
golang.org/x/sys v0.0.0-20190415145633-3fd5a3612ccd // indirect
golang.org/x/tools v0.0.0-20190415205951-2e9de471ebd3 // indirect
google.golang.org/appengine v1.5.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.24.0
gopkg.in/go-playground/validator.v9 v9.28.0
)
Loading

0 comments on commit 001f768

Please sign in to comment.