Skip to content

Commit

Permalink
bump viper version
Browse files Browse the repository at this point in the history
  • Loading branch information
talgendler committed Aug 4, 2021
1 parent fc49fb0 commit d794e28
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 129 deletions.
14 changes: 3 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,8 @@ module github.com/go-masonry/bviper
go 1.14

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-masonry/mortar v1.0.8
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
github.com/go-masonry/mortar v1.0.12
github.com/spf13/cast v1.4.0 // indirect
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit d794e28

Please sign in to comment.