forked from infobloxopen/atlas-gentool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 764 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/infobloxopen/atlas-gentool
go 1.16
require (
github.com/chrusty/protoc-gen-jsonschema v0.0.0-20210720082126-cd4ff2f197c7
github.com/envoyproxy/protoc-gen-validate v0.6.1
github.com/ghodss/yaml v1.0.0
github.com/go-openapi/spec v0.20.3
github.com/gogo/googleapis v1.4.1 // indirect
github.com/infobloxopen/atlas-app-toolkit v1.1.0
github.com/infobloxopen/protoc-gen-atlas-query-validate v0.5.2
github.com/infobloxopen/protoc-gen-atlas-validate v0.4.2
github.com/infobloxopen/protoc-gen-gorm v1.0.0
github.com/infobloxopen/protoc-gen-preprocess v1.0.0
github.com/mwitkow/go-proto-validators v0.3.2
github.com/pseudomuto/protoc-gen-doc v1.5.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.27.1
)