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

@@ -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"