diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-19 22:04:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-19 22:04:57 +0000 |
commit | 47cb4f4959457c51e8e9364e4f9803e2f3f5e746 (patch) | |
tree | de7052813b7caad12050cf8362052a8178815b00 /go.mod | |
parent | 1cc3be6cb6f899fb2251c3d43a7b6bf0467c596f (diff) |
build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.14.0...v1.15.0)
---
updated-dependencies:
- dependency-name: github.com/spf13/viper
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -47,7 +47,7 @@ require ( github.com/roadrunner-server/status/v4 v4.0.0 github.com/roadrunner-server/tcp/v4 v4.0.0 github.com/spf13/cobra v1.6.1 - github.com/spf13/viper v1.14.0 + github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.1 github.com/temporalio/roadrunner-temporal/v4 v4.0.0 go.buf.build/protocolbuffers/go/roadrunner-server/api v1.3.27 @@ -119,7 +119,6 @@ require ( github.com/onsi/gomega v1.24.1 // indirect github.com/openzipkin/zipkin-go v0.4.1 // indirect github.com/pborman/uuid v1.2.1 // indirect - github.com/pelletier/go-toml v1.9.5 // indirect github.com/pelletier/go-toml/v2 v2.0.6 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect @@ -186,6 +185,5 @@ require ( google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect - gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |