Skip to content

Commit

Permalink
chore: fix replace directives
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Apr 30, 2024
1 parent de6a8cf commit 3e8d954
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/testdata/go/cron/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
)

replace github.com/TBD54566975/ftl => ../../../../..
replace github.com/TBD54566975/ftl => ../../../..
2 changes: 1 addition & 1 deletion integration/testdata/go/database/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
)

replace github.com/TBD54566975/ftl => /Users/alec/dev/ftl
replace github.com/TBD54566975/ftl => ../../../..
2 changes: 1 addition & 1 deletion integration/testdata/go/echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ftl/echo

go 1.22.2

replace github.com/TBD54566975/ftl => ../../../../..
replace github.com/TBD54566975/ftl => ../../../..

require github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000

Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/go/httpingress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
)

replace github.com/TBD54566975/ftl => /Users/alec/dev/ftl
replace github.com/TBD54566975/ftl => ../../../..
2 changes: 1 addition & 1 deletion integration/testdata/go/time/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module ftl/time

go 1.22.2

replace github.com/TBD54566975/ftl => ../../../../..
replace github.com/TBD54566975/ftl => ../../../..

0 comments on commit 3e8d954

Please sign in to comment.