We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d98340 commit 61b7dbfCopy full SHA for 61b7dbf
utils/benchmarking/eventing/go.mod
@@ -6,8 +6,8 @@ require (
6
github.com/cloudevents/sdk-go/v2 v2.4.1
7
github.com/containerd/containerd v1.6.0
8
github.com/golang/protobuf v1.5.2
9
- github.com/sirupsen/logrus v1.8.1 // indirect
+ github.com/sirupsen/logrus v1.8.1
10
github.com/stretchr/testify v1.7.0
11
- google.golang.org/grpc v1.39.0
12
- google.golang.org/protobuf v1.26.0
+ google.golang.org/grpc v1.43.0
+ google.golang.org/protobuf v1.27.1
13
)
0 commit comments