Bump github.com/rs/zerolog from 1.24.0 to 1.25.0 (#51)

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-09-11 11:21:02 -04:00
committed by GitHub
parent 6fdd19d83d
commit fa46a275f3
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -3,14 +3,14 @@ module github.com/davegallant/vpngate
go 1.15
require (
github.com/jszwec/csvutil v1.5.1
github.com/AlecAivazis/survey/v2 v2.3.1
github.com/jszwec/csvutil v1.5.1
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/nxadm/tail v1.4.8
github.com/olekukonko/tablewriter v0.0.5
github.com/rs/zerolog v1.24.0
github.com/rs/zerolog v1.25.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0