micro-proto/go.mod
dependabot[bot] be32bd1914
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>
2022-04-05 12:30:50 +00:00

10 lines
183 B
Modula-2

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