Skip to content

Commit 5c07d06

Browse files
author
maitreyaatish
committed
Change go.mod
1 parent 06d8fcb commit 5c07d06

File tree

2 files changed

+33
-434
lines changed

2 files changed

+33
-434
lines changed

go.mod

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,31 @@ module github.com/pseudomuto/protoc-gen-doc
33
go 1.17
44

55
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
98
github.com/envoyproxy/protoc-gen-validate v0.3.0-java
109
github.com/gogo/protobuf v1.1.1 // indirect
1110
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
1413
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007
1514
github.com/pseudomuto/protokit v0.2.0
1615
github.com/stretchr/testify v1.6.1
17-
google.golang.org/api v0.58.0
1816
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4
1917
)
2018

2119
require (
22-
cloud.google.com/go v0.94.1 // indirect
20+
github.com/Masterminds/goutils v1.1.1 // indirect
2321
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
2727
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
3629
google.golang.org/protobuf v1.27.1 // indirect
30+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
3731
gopkg.in/yaml.v2 v2.4.0 // indirect
3832
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
3933
)

0 commit comments

Comments
 (0)