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/jackc/pgx/v4/stdlib"
log "github.com/sirupsen/logrus"
"github.com/wercker/journalhook"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
"os"
"os/signal"
"path/filepath"