micro-proto/go.mod
dependabot[bot] 1454318267
Bump github.com/google/gnostic from 0.6.6 to 0.6.7
Bumps [github.com/google/gnostic](https://github.com/google/gnostic) from 0.6.6 to 0.6.7.
- [Release notes](https://github.com/google/gnostic/releases)
- [Commits](https://github.com/google/gnostic/compare/v0.6.6...v0.6.7)

---
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-03-23 09:29:51 +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.7
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)