chore(deps): upgrade github.com/caarlos0/env

This commit is contained in:
Noah Hsu
2023-02-07 19:55:55 +08:00
parent a181b56ea7
commit a4f4fb2d73
3 changed files with 2 additions and 10 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/alist-org/alist/v3/cmd/flags"
"github.com/alist-org/alist/v3/internal/conf"
"github.com/alist-org/alist/v3/pkg/utils"
"github.com/caarlos0/env/v6"
"github.com/caarlos0/env/v7"
log "github.com/sirupsen/logrus"
)