forked from chrusty/protoc-gen-jsonschema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (16 loc) · 761 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/chrusty/protoc-gen-jsonschema
go 1.14
require (
github.com/alecthomas/jsonschema v0.0.0-20200217214135-7152f22193c9
github.com/golang/protobuf v1.3.2
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
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.4.0
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.1.0
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)