2018-09-07 11:30:55 +02:00
|
|
|
module github.com/spf13/viper
|
|
|
|
|
2025-03-15 16:32:19 +01:00
|
|
|
go 1.23.0
|
2019-09-27 21:50:09 +02:00
|
|
|
|
2018-09-07 11:30:55 +02:00
|
|
|
require (
|
2025-04-04 17:37:22 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.9.0
|
2024-09-23 17:07:07 +00:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.2.1
|
2024-08-28 23:41:21 +02:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.3
|
2025-03-15 16:32:19 +01:00
|
|
|
github.com/sagikazarmark/locafero v0.8.0
|
|
|
|
github.com/spf13/afero v1.14.0
|
2025-01-09 13:29:49 +00:00
|
|
|
github.com/spf13/cast v1.7.1
|
2025-01-30 17:46:56 +00:00
|
|
|
github.com/spf13/pflag v1.0.6
|
2024-12-12 00:01:19 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2023-08-15 17:53:29 +00:00
|
|
|
github.com/subosito/gotenv v1.6.0
|
2022-06-06 17:20:19 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2018-09-07 11:30:55 +02:00
|
|
|
)
|
2021-09-15 21:29:25 +02:00
|
|
|
|
|
|
|
require (
|
2024-06-06 16:50:16 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-06-05 21:51:12 +02:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-06-06 16:50:16 +02:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-09-09 08:28:39 +02:00
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
2022-09-27 17:14:25 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
2023-09-09 08:28:39 +02:00
|
|
|
go.uber.org/multierr v1.9.0 // indirect
|
2025-01-09 12:21:41 +01:00
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
2025-03-15 16:32:19 +01:00
|
|
|
golang.org/x/text v0.23.0 // indirect
|
2021-09-15 21:29:25 +02:00
|
|
|
)
|