diff --git a/go.mod b/go.mod index 4f2aac5..c097b27 100644 --- a/go.mod +++ b/go.mod @@ -2,11 +2,12 @@ module tankstopp go 1.23.0 -toolchain go1.24.4 +toolchain go1.24.5 require ( github.com/a-h/templ v0.3.906 github.com/gorilla/mux v1.8.0 + github.com/spf13/viper v1.20.1 golang.org/x/crypto v0.39.0 gorm.io/driver/sqlite v1.5.4 gorm.io/gorm v1.25.5 @@ -32,7 +33,6 @@ require ( github.com/spf13/afero v1.12.0 // indirect github.com/spf13/cast v1.7.1 // indirect github.com/spf13/pflag v1.0.6 // indirect - github.com/spf13/viper v1.20.1 // 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