forked from pseudomuto/protoc-gen-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (22 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/pseudomuto/protoc-gen-doc
go 1.14
require (
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.15.0+incompatible
github.com/aokoli/goutils v1.0.1 // indirect
github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b // indirect
github.com/envoyproxy/protoc-gen-validate v0.3.0-java
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/protobuf v1.4.2
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
github.com/huandu/xstrings v1.0.0 // indirect
github.com/imdario/mergo v0.3.4 // indirect
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 // indirect
github.com/pseudomuto/protokit v0.2.0
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1
golang.org/x/crypto v0.0.0-20180501155221-613d6eafa307 // indirect
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
google.golang.org/genproto v0.0.0-20181107211654-5fc9ac540362
gopkg.in/yaml.v2 v2.2.2 // indirect
)