@@ -3,37 +3,31 @@ module github.com/pseudomuto/protoc-gen-doc
3
3
go 1.17
4
4
5
5
require (
6
- github.com/Masterminds/semver v1.4.2 // indirect
7
- github.com/Masterminds/sprig v2.15.0+incompatible
8
- github.com/aokoli/goutils v1.0.1 // indirect
6
+ github.com/Masterminds/semver v1.5.0 // indirect
7
+ github.com/Masterminds/sprig v2.22.0+incompatible
9
8
github.com/envoyproxy/protoc-gen-validate v0.3.0-java
10
9
github.com/gogo/protobuf v1.1.1 // indirect
11
10
github.com/golang/protobuf v1.5.2
12
- github.com/huandu/xstrings v1.0.0 // indirect
13
- github.com/imdario/mergo v0.3.4 // indirect
11
+ github.com/huandu/xstrings v1.3.2 // indirect
12
+ github.com/imdario/mergo v0.3.12 // indirect
14
13
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
15
14
github.com/pseudomuto/protokit v0.2.0
16
15
github.com/stretchr/testify v1.6.1
17
- google.golang.org/api v0.58.0
18
16
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4
19
17
)
20
18
21
19
require (
22
- cloud.google. com/go v0.94 .1 // indirect
20
+ github. com/Masterminds/goutils v1.1 .1 // indirect
23
21
github.com/davecgh/go-spew v1.1.0 // indirect
24
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
25
- github.com/google/uuid v1.1.2 // indirect
26
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
22
+ github.com/google/go-cmp v0.5.6 // indirect
23
+ github.com/google/uuid v1.3.0 // indirect
24
+ github.com/kr/pretty v0.1.0 // indirect
25
+ github.com/mitchellh/copystructure v1.2.0 // indirect
26
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
27
27
github.com/pmezard/go-difflib v1.0.0 // indirect
28
- go.opencensus.io v0.23.0 // indirect
29
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
30
- golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
31
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
32
- golang.org/x/sys v0.0.0-20210917161153-d61c044b1678 // indirect
33
- golang.org/x/text v0.3.6 // indirect
34
- google.golang.org/appengine v1.6.7 // indirect
35
- google.golang.org/grpc v1.40.0 // indirect
28
+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
36
29
google.golang.org/protobuf v1.27.1 // indirect
30
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
37
31
gopkg.in/yaml.v2 v2.4.0 // indirect
38
32
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
39
33
)
0 commit comments