forked from pseudomuto/protoc-gen-doc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
22 lines (21 loc) · 1.04 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
module github.com/pseudomuto/protoc-gen-doc
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.0.14
github.com/gogo/protobuf v1.1.1 // indirect
github.com/golang/protobuf v1.1.0
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
)