1
0

fix(deps): update golangci

(cherry picked from commit 8bfd0493b2690df65ae13cf2c2a59689555631b8)
This commit is contained in:
kolaente
2024-08-25 15:51:34 +02:00
parent 72db97203a
commit 7b275794dc
6 changed files with 29 additions and 25 deletions

View File

@ -24,13 +24,13 @@ import (
"strings"
"time"
"github.com/asaskevich/govalidator"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/initialize"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/models"
"code.vikunja.io/api/pkg/user"
"github.com/asaskevich/govalidator"
"github.com/olekukonko/tablewriter"
"github.com/spf13/cobra"
"golang.org/x/term"