chore(deps): bump github.com/caos/logging from 0.0.2 to 0.3.0

Bumps [github.com/caos/logging](https://github.com/caos/logging) from 0.0.2 to 0.3.0.
- [Release notes](https://github.com/caos/logging/releases)
- [Changelog](https://github.com/caos/logging/blob/master/.releaserc.js)
- [Commits](https://github.com/caos/logging/compare/v0.0.2...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-14 04:01:25 +00:00 committed by GitHub
parent 219ba4e038
commit 8474c655a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 31 deletions

2
go.mod
View file

@ -3,7 +3,7 @@ module github.com/caos/oidc
go 1.15
require (
github.com/caos/logging v0.0.2
github.com/caos/logging v0.3.0
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.5.2 // indirect
github.com/google/go-github/v31 v31.0.0