Skip to content

Commit

Permalink
Temporary: replace module with boxo fork
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergey418alt committed Jan 30, 2025
1 parent eecbd04 commit c4cc612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/ipfs/kubo

go 1.23

replace github.com/ipfs/boxo => github.com/gsergey418alt/boxo v0.0.0-20250130100910-c664359ed14f

require (
bazil.org/fuse v0.0.0-20200117225306-7b5117fecadc
contrib.go.opencensus.io/exporter/prometheus v0.4.2
Expand Down Expand Up @@ -279,3 +277,5 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
)

replace github.com/ipfs/boxo => github.com/gsergey418alt/boxo v0.0.0-20250130100910-c664359ed14f

0 comments on commit c4cc612

Please sign in to comment.