...

Text file src/github.com/google/gnostic-models/go.mod

Documentation: github.com/google/gnostic-models

     1module github.com/google/gnostic-models
     2
     3go 1.18
     4
     5require (
     6	google.golang.org/protobuf v1.27.1
     7	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
     8)

View as plain text