1
0
forked from ALHP/ALHP.GO

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

2
go.mod
View File

@@ -17,7 +17,7 @@ require (
github.com/sethvargo/go-retry v0.3.0
github.com/sirupsen/logrus v1.9.3
github.com/wercker/journalhook v0.0.0-20230927020745-64542ffa4117
gopkg.in/yaml.v3 v3.0.1
gopkg.in/yaml.v2 v2.2.2
)
require (