Skip to content

Commit

Permalink
fix up go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
safeer committed Oct 2, 2024
1 parent 2e9430c commit fa0f514
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/go/pubsub/go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module ftl/pubsub

go 1.23.1
go 1.23.0

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

require (
github.com/TBD54566975/ftl v1.1.5
github.com/TBD54566975/ftl v0.0.0-00010101000000-000000000000
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
)

Expand Down Expand Up @@ -47,5 +49,3 @@ require (
golang.org/x/text v0.18.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)

replace github.com/TBD54566975/ftl => /Users/safeer/dev/ftl

0 comments on commit fa0f514

Please sign in to comment.