fix(conf): fix detection of configuration file not found error
All checks were successful
Go Project Action / Spell-check and test go project (push) Successful in 1m2s
Release Go Application / Release go project (release) Successful in 34s
Go Project Action / Spell-check and test go project (release) Successful in 29s

This commit is contained in:
2024-10-06 11:33:29 +02:00
parent 62b49cf36c
commit ba8e654b90
3 changed files with 19 additions and 6 deletions

2
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/charmbracelet/log v0.4.0
github.com/charmbracelet/ssh v0.0.0-20240725163421-eb71b85b27aa
github.com/charmbracelet/wish v1.4.3
github.com/spf13/viper v1.19.0
)
require (
@@ -41,7 +42,6 @@ require (
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.19.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.9.0 // indirect