Skip to content

Commit

Permalink
Temp update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Oct 21, 2024
1 parent 958dcfe commit 504a723
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/examples/kubo-as-a-library/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -235,3 +235,6 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
)

// Temporary prior to go-libp2p v0.37.0 release
replace github.com/libp2p/go-libp2p => github.com/libp2p/go-libp2p v0.36.3-0.20241018175510-868635d2ca72
3 changes: 3 additions & 0 deletions test/dependencies/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,6 @@ require (
mvdan.cc/gofumpt v0.7.0 // indirect
mvdan.cc/unparam v0.0.0-20240528143540-8a5130ca722f // indirect
)

// Temporary prior to go-libp2p v0.37.0 release
replace github.com/libp2p/go-libp2p => github.com/libp2p/go-libp2p v0.36.3-0.20241018175510-868635d2ca72

0 comments on commit 504a723

Please sign in to comment.