diff --git a/pkg/mapper/examples/even_odd/go.mod b/pkg/mapper/examples/even_odd/go.mod index 6202316e..139fd86f 100644 --- a/pkg/mapper/examples/even_odd/go.mod +++ b/pkg/mapper/examples/even_odd/go.mod @@ -2,10 +2,10 @@ module even_odd go 1.20 -require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1 - replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go +require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1 + require ( github.com/golang/protobuf v1.5.3 // indirect golang.org/x/net v0.9.0 // indirect