diff --git a/go.mod b/go.mod index cc3190b..f8bad7f 100644 --- a/go.mod +++ b/go.mod @@ -5,13 +5,13 @@ require ( github.com/joho/godotenv v1.4.0 github.com/sirupsen/logrus v1.9.3 github.com/stretchr/testify v1.7.0 + gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect golang.org/x/sys v0.2.0 // indirect - gopkg.in/yaml.v3 v3.0.0-20220521103104-8f96da9f5d5e // indirect ) -go 1.21 +go 1.22