From 5c106f0e6f61912d372c62dc10668f694d462c73 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 24 Feb 2022 19:37:43 +0000 Subject: [PATCH] fix(deps): update all --- .github/workflows/ci.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b656d005..abf5eb1c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: lint - uses: golangci/golangci-lint-action@v2.5.2 + uses: golangci/golangci-lint-action@v3.0.0 with: version: v1.38 github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/go.mod b/go.mod index d1976a47d..377da2fd8 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.12+incompatible