module github.com/google/gnostic-models

go 1.21

require (
	google.golang.org/protobuf v1.35.1
	gopkg.in/yaml.v3 v3.0.1
)
