diff --git a/go.mod b/go.mod index a7b7bc7..e9d23bd 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/lockyc/mycelium go 1.22 -require github.com/pelletier/go-toml/v2 v2.4.2 +require github.com/pelletier/go-toml/v2 v2.4.3 diff --git a/go.sum b/go.sum index df426f0..ddaf7d6 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/pelletier/go-toml/v2 v2.4.2 h1:M2fKKbmyvI+hGId/D0W64qDBMVhJnNR10O5gIbMc//Q= -github.com/pelletier/go-toml/v2 v2.4.2/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= +github.com/pelletier/go-toml/v2 v2.4.3 h1:GTRvJQutkOSftxIFD5xw9aepkYNuPWmVJpffdDPYVpY= +github.com/pelletier/go-toml/v2 v2.4.3/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=