Bump github.com/google/gnostic from 0.6.8 to 0.6.9 (#19)

Bumps [github.com/google/gnostic](https://github.com/google/gnostic) from 0.6.8 to 0.6.9.
- [Release notes](https://github.com/google/gnostic/releases)
- [Commits](https://github.com/google/gnostic/compare/v0.6.8...v0.6.9)

---
updated-dependencies:
- dependency-name: github.com/google/gnostic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2022-04-25 16:35:57 +03:00
committed by GitHub
parent 2806110345
commit d1011c11b8
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.unistack.org/micro-proto/v3
go 1.16
require (
github.com/google/gnostic v0.6.8
github.com/google/gnostic v0.6.9
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)