update yaml to v3

This commit is contained in:
2024-12-15 01:16:38 +01:00
parent 7c8626dfcb
commit ab238cf897
4 changed files with 3 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/c2h5oh/datasize"
"github.com/gobwas/glob"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"io"
"io/fs"
"net/http"