@@ -10,15 +10,15 @@ require (
10
10
github.com/coreos/license-bill-of-materials v0.0.0-20190913234955-13baff47494e
11
11
github.com/gogo/protobuf v1.3.2
12
12
github.com/gordonklaus/ineffassign v0.0.0-20200809085317-e36bfde3bb78
13
- github.com/grpc-ecosystem/grpc-gateway v1.14.6
13
+ github.com/grpc-ecosystem/grpc-gateway v1.16.0
14
14
github.com/gyuho/gocovmerge v0.0.0-20171205171859-50c7e6afd535
15
15
github.com/hexfusion/schwag v0.0.0-20170606222847-b7d0fc9aadaa
16
16
github.com/mdempsky/unconvert v0.0.0-20200228143138-95ecdbfc0b5f
17
17
github.com/mgechev/revive v1.0.2
18
18
github.com/mikefarah/yq/v3 v3.0.0-20201125113350-f42728eef735
19
19
go.etcd.io/gofail v0.1.0
20
20
go.etcd.io/protodoc v0.0.0-20180829002748-484ab544e116
21
- honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
21
+ honnef.co/go/tools v0.0.1-2019.2.3
22
22
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
23
23
)
24
24
@@ -46,15 +46,15 @@ require (
46
46
github.com/inconshreveable/mousetrap v1.0.0 // indirect
47
47
github.com/kylelemons/godebug v1.1.0 // indirect
48
48
github.com/mailru/easyjson v0.7.1 // indirect
49
- github.com/mattn/go-colorable v0.1.7 // indirect
50
- github.com/mattn/go-isatty v0.0.12 // indirect
51
- github.com/mattn/go-runewidth v0.0.7 // indirect
49
+ github.com/mattn/go-colorable v0.1.11 // indirect
50
+ github.com/mattn/go-isatty v0.0.14 // indirect
51
+ github.com/mattn/go-runewidth v0.0.9 // indirect
52
52
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 // indirect
53
53
github.com/mitchellh/go-homedir v1.1.0 // indirect
54
54
github.com/mitchellh/mapstructure v1.1.2 // indirect
55
- github.com/olekukonko/tablewriter v0.0.4 // indirect
55
+ github.com/olekukonko/tablewriter v0.0.5 // indirect
56
56
github.com/pkg/errors v0.9.1 // indirect
57
- github.com/spf13/cobra v1.0.0 // indirect
57
+ github.com/spf13/cobra v1.1.3 // indirect
58
58
github.com/spf13/pflag v1.0.5 // indirect
59
59
github.com/trustmaster/go-aspell v0.0.0-20200701131845-c2b1f55bec8f // indirect
60
60
go.mongodb.org/mongo-driver v1.3.0 // indirect
@@ -64,9 +64,10 @@ require (
64
64
golang.org/x/text v0.14.0 // indirect
65
65
golang.org/x/tools v0.6.0 // indirect
66
66
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
67
- google.golang.org/genproto v0.0.0-20201008135153-289734e2e40c // indirect
67
+ google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
68
+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
68
69
google.golang.org/protobuf v1.33.0 // indirect
69
70
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
70
- gopkg.in/yaml.v2 v2.3 .0 // indirect
71
+ gopkg.in/yaml.v2 v2.4 .0 // indirect
71
72
gopkg.in/yaml.v3 v3.0.1 // indirect
72
73
)
0 commit comments