File tree 2 files changed +1
-5
lines changed 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/sirupsen/logrus v1.9.3
7
- github.com/stretchr/testify v1.9.0
8
7
golang.org/x/vuln v1.0.1
9
8
google.golang.org/grpc v1.64.0
10
9
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
@@ -15,9 +14,8 @@ require (
15
14
16
15
require (
17
16
github.com/BurntSushi/toml v1.3.2 // indirect
18
- github.com/davecgh/go-spew v1.1.1 // indirect
19
17
github.com/google/go-cmp v0.6.0 // indirect
20
- github.com/pmezard/go-difflib v1.0 .0 // indirect
18
+ github.com/stretchr/testify v1.9 .0 // indirect
21
19
golang.org/x/exp/typeparams v0.0.0-20230817173708-d852ddb80c63 // indirect
22
20
golang.org/x/mod v0.17.0 // indirect
23
21
golang.org/x/net v0.26.0 // indirect
@@ -26,5 +24,4 @@ require (
26
24
golang.org/x/text v0.16.0 // indirect
27
25
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
28
26
google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 // indirect
29
- gopkg.in/yaml.v3 v3.0.1 // indirect
30
27
)
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 h1:rNBFJjBCOgVr9pWD7rs/knKL
50
50
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 /go.mod h1:Dk1tviKTvMCz5tvh7t+fh94dhmQVHuCt2OzJB3CTW9Y =
51
51
google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6hg =
52
52
google.golang.org/protobuf v1.34.2 /go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw =
53
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
54
53
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
55
54
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
56
55
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments