diff --git a/pkg/config/config.go b/pkg/config/config.go index 467b00d2e0acb56ddc0619ac91d43a86ea5785e5..103598a66972e006245046052a62a8acbd9a51da 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "github.com/caarlos0/env/v10" + "github.com/caarlos0/env/v11" "github.com/charmbracelet/soft-serve/pkg/sshutils" "golang.org/x/crypto/ssh" "gopkg.in/yaml.v3"