mirror of
https://github.com/spf13/viper
synced 2025-05-07 20:57:18 +00:00
Reverting to mapstructure v1.0.0 due to issue with validator.v9 on empty slices
This commit is contained in:
parent
b6f8cd85a4
commit
efcc8aa25b
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -19,7 +19,7 @@ require (
|
|||
github.com/hashicorp/hcl v1.0.0
|
||||
github.com/jonboulle/clockwork v0.1.0 // indirect
|
||||
github.com/magiconair/properties v1.8.0
|
||||
github.com/mitchellh/mapstructure v1.1.2
|
||||
github.com/mitchellh/mapstructure v1.0.0
|
||||
github.com/pelletier/go-toml v1.2.0
|
||||
github.com/prometheus/client_golang v0.9.3 // indirect
|
||||
github.com/soheilhy/cmux v0.1.4 // indirect
|
||||
|
|
Loading…
Add table
Reference in a new issue