updated deps and downgraded to yaml.v2

This commit is contained in:
2023-12-15 18:54:57 +01:00
parent 8d6eee6bf6
commit a834c7fb04
4 changed files with 11 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import (
"github.com/Morganamilo/go-srcinfo"
"github.com/c2h5oh/datasize"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v3"
"gopkg.in/yaml.v2"
"io/fs"
"os"
"os/exec"