Bump github.com/google/gnostic from 0.6.7 to 0.6.8

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

---
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>
This commit is contained in:
dependabot[bot]
2022-04-05 12:30:50 +00:00
committed by GitHub
parent da680f2b35
commit be32bd1914
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.7
github.com/google/gnostic v0.6.8
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)