diff --git a/go.mod b/go.mod index 61ced94..4892fe3 100644 --- a/go.mod +++ b/go.mod @@ -1,44 +1,44 @@ module moul.io/sshportal require ( - cloud.google.com/go v0.34.0 // indirect + cloud.google.com/go v0.39.0 // indirect github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 - github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf + github.com/asaskevich/govalidator v0.0.0-20190528192650-f61b66f89f4a github.com/davecgh/go-spew v1.1.1 // indirect - github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect + github.com/denisenkom/go-mssqldb v0.0.0-20190528192650-eb9f6a1743f3 // indirect github.com/dustin/go-humanize v1.0.0 github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect - github.com/gliderlabs/ssh v0.1.1 // indirect - github.com/go-gormigrate/gormigrate v1.2.1 + github.com/gliderlabs/ssh v0.1.4 // indirect + github.com/go-gormigrate/gormigrate v1.5.0 github.com/go-sql-driver/mysql v1.4.1 // indirect - github.com/gofrs/uuid v3.1.0+incompatible // indirect - github.com/google/go-cmp v0.2.0 // indirect - github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect - github.com/jinzhu/gorm v1.9.2 + github.com/gofrs/uuid v3.2.0 // indirect + github.com/google/go-cmp v0.3.0 // indirect + github.com/gopherjs/gopherjs v0.0.0-20190528192650-3e4dfb77656c // indirect + github.com/jinzhu/gorm v1.9.8 github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect github.com/joho/godotenv v1.3.0 // indirect - github.com/jtolds/gls v4.2.1+incompatible // indirect - github.com/kr/pty v1.1.3 - github.com/lib/pq v1.0.0 // indirect - github.com/mattn/go-colorable v0.0.9 // indirect - github.com/mattn/go-isatty v0.0.4 // indirect + github.com/jtolds/gls v4.20.0 // indirect + github.com/kr/pty v1.1.4 + github.com/lib/pq v1.1.1 // indirect + github.com/mattn/go-colorable v0.1.2 // indirect + github.com/mattn/go-isatty v0.0.8 // indirect github.com/mattn/go-runewidth v0.0.4 // indirect github.com/mattn/go-sqlite3 v1.10.0 // indirect github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b - github.com/moby/moby v0.7.3-0.20190103212154-2b7e084dc98b + github.com/moby/moby v0.12.0 github.com/moul/ssh v0.1.1-0.20181116135657-8b3cdd49b6d2 github.com/olekukonko/tablewriter v0.0.1 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/reiver/go-oi v0.0.0-20160325061615-431c83978379 github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e github.com/sabban/bastion v0.0.0-20180110125408-b9d3c9b1f4d3 - github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect - github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c + github.com/smartystreets/assertions v0.0.0-20190528192650-f487f9de1cd3 // indirect + github.com/smartystreets/goconvey v0.0.0-20190528192650-68dc04aab96a github.com/urfave/cli v1.20.0 - golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc - golang.org/x/sys v0.0.0-20190102155601-82a175fd1598 // indirect - google.golang.org/appengine v1.4.0 // indirect - gopkg.in/stretchr/testify.v1 v1.2.2 // indirect + golang.org/x/crypto v0.0.0-20190528192650-22d7a77e9e5f + golang.org/x/sys v0.0.0-20190528192650-3626398d7749 // indirect + google.golang.org/appengine v1.6.0 // indirect + gopkg.in/stretchr/testify.v1 v1.3.0 // indirect )