diff --git a/go.mod b/go.mod index dc7f35997..dc395da14 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module moul.io/sshportal require ( github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be - github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d + github.com/asaskevich/govalidator/v11 v11.0.1 github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/creack/pty v1.1.11 // indirect github.com/docker/docker v20.10.7+incompatible @@ -25,11 +25,11 @@ 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-20210616213533-5ff15b29337e golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect golang.org/x/tools v0.1.4 - gopkg.in/gormigrate.v1 v1.6.0 + gopkg.in/gormigrate.v2 v2.0.0 moul.io/srand v1.6.1 )