Skip to content

Commit

Permalink
change local reference paths
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 8, 2024
1 parent e7a8a86 commit 9018fb4
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pkg/mapper/examples/flatmap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module flatmap

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/mapper/examples/forward_message/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module even_odd

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/mapper/examples/retry/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module retry

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/mapper/examples/tickgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module tickgen

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/mapstreamer/examples/flatmap_stream/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module flatmap_stream

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/reducer/examples/counter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module counter

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/reducer/examples/sum/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sum

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/reducestreamer/examples/counter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module counter

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/reducestreamer/examples/sum/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sum

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/sessionreducer/examples/counter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module counter

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require (
github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1
Expand Down
2 changes: 1 addition & 1 deletion pkg/sideinput/examples/simple-sideinput/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sideinput

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/sideinput/examples/simple-sideinput/udf/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module even_odd

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../../..

require (
github.com/fsnotify/fsnotify v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/sinker/examples/log/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module log_sink

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/sourcer/examples/simple_source/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module simple_source

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require (
github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1
Expand Down
2 changes: 1 addition & 1 deletion pkg/sourcetransformer/examples/assign_event_time/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module assign_event_time

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1

Expand Down
2 changes: 1 addition & 1 deletion pkg/sourcetransformer/examples/event_time_filter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module event_time_filter

go 1.20

replace github.com/numaproj/numaflow-go => ../../../../../numaflow-go
replace github.com/numaproj/numaflow-go => ../../../..

require (
github.com/numaproj/numaflow-go v0.6.1-0.20240221033908-7c1198bc89f1
Expand Down

0 comments on commit 9018fb4

Please sign in to comment.