updated yaml dep

This commit is contained in:
2023-12-14 19:01:54 +01:00
parent 16fcf0117d
commit cbe667cb5d
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"