diff --git a/go.mod b/go.mod index 1c95cb754..f05c6e62b 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,8 @@ module moul.io/sshportal require ( github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be - github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef - github.com/docker/docker v1.13.1 + github.com/asaskevich/govalidator/v11 v11.0.1 + github.com/docker/docker/v20 v20.10.6 github.com/dustin/go-humanize v1.0.0 github.com/gliderlabs/ssh v0.3.2 github.com/go-sql-driver/mysql v1.5.0 @@ -18,10 +18,10 @@ require ( github.com/sabban/bastion v0.0.0-20180110125408-b9d3c9b1f4d3 github.com/smartystreets/goconvey v1.6.4 github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027 - github.com/urfave/cli v1.22.5 + github.com/urfave/cli/v2 v2.3.0 golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58 - gopkg.in/gormigrate.v1 v1.6.0 + gopkg.in/gormigrate.v2 v2.0.0 moul.io/srand v1.6.1 )