Skip to content

Commit

Permalink
fix: remove go.mod replace
Browse files Browse the repository at this point in the history
  • Loading branch information
pancsta committed Jul 15, 2024
1 parent f767d23 commit 3394b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ prof.out
go-floodsub.test

.idea/
bench.env
/bench.env
/psmon.log
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module github.com/pancsta/go-libp2p-pubsub

replace github.com/pancsta/asyncmachine-go => ../asyncmachine-go

go 1.22.3

require (
Expand Down

0 comments on commit 3394b46

Please sign in to comment.