revert back to yaml v2, fix envs with yaml lists

This commit is contained in:
2024-12-15 02:08:03 +01:00
parent ab238cf897
commit d4dbfdea1c
4 changed files with 14 additions and 7 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.v3"
"gopkg.in/yaml.v2"
"os"
"os/signal"
"path/filepath"