Update go-toml

This commit is contained in:
2025-03-20 18:40:50 +01:00
parent cd0d5c469f
commit 1230fb52d7
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"strings"
"github.com/pelletier/go-toml"
"github.com/pelletier/go-toml/v2"
)
type Config struct {