Skip to content

Commit

Permalink
Upgrade spf13/viper to 1.3.2 (#2878)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <[email protected]>
  • Loading branch information
echlebek authored Apr 15, 2019
1 parent 284f4a5 commit d77cac2
Show file tree
Hide file tree
Showing 13 changed files with 1,317 additions and 151 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ results from watchers that broke, due to their stream terminating. Other
components would simply stop updating. Watchers now get reinstated when the
client regains connectivity.
- Fixed the `/events/:entity` route in the REST API.
- Fixed a bug where the --labels arg was not working as expected in sensu-agent.

## [5.5.0] - 2019-04-03

Expand Down
13 changes: 7 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ required = [

[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.0"
version = "1.3.2"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down
Loading

0 comments on commit d77cac2

Please sign in to comment.