Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions executor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/confluentinc/confluent-kafka-go v1.4.2
github.com/ghodss/yaml v1.0.0
github.com/go-logr/logr v0.1.0
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.2
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.1
github.com/onsi/gomega v1.10.4
Expand All @@ -21,8 +21,8 @@ require (
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
go.uber.org/zap v1.16.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/grpc v1.32.0
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
google.golang.org/grpc v1.52.3
gotest.tools v2.2.0+incompatible
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
Expand Down
Loading