forked from chrusty/protoc-gen-jsonschema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 747 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/ikstewa/protoc-gen-jsonschema
go 1.14
require (
github.com/alecthomas/jsonschema v0.0.0-20210918223802-a1d3f4b43d7b
github.com/envoyproxy/protoc-gen-validate v0.10.1
github.com/fatih/camelcase v1.0.0
github.com/iancoleman/orderedmap v0.2.0
github.com/iancoleman/strcase v0.2.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.6.1
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/sys v0.7.0 // indirect
google.golang.org/protobuf v1.30.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)