File: go.mod

package info (click to toggle)
golang-github-google-gnostic-models 0.6.8-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,752 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/google/gnostic-models

go 1.18

require (
	google.golang.org/protobuf v1.27.1
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)