diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/pelletier/go-toml/v2/go.mod --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/github.com/pelletier/go-toml/v2/go.mod Tue Aug 23 22:39:43 2022 +0200 @@ -0,0 +1,5 @@ +module github.com/pelletier/go-toml/v2 + +go 1.16 + +require github.com/stretchr/testify v1.8.0