Skip to content

Commit 8bc4906

Browse files
authored
chore: deps: remove leftover curio replace (#12094)
Move the rest of the replace's to the front of go.mod for visibility
1 parent 2e6a5c3 commit 8bc4906

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

go.mod

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ retract v1.14.0 // Accidentally force-pushed tag, use v1.14.1+ instead.
66

77
retract v1.20.2 // Wrongfully cherry picked PR, use v1.20.2+ instead.
88

9+
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi // provided via a git submodule
10+
11+
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors // provided via a git submodule
12+
913
require (
1014
contrib.go.opencensus.io/exporter/prometheus v0.4.2
1115
github.com/BurntSushi/toml v1.3.0
@@ -329,11 +333,3 @@ require (
329333
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
330334
lukechampine.com/blake3 v1.3.0 // indirect
331335
)
332-
333-
// https://github.com/magik6k/reflink/commit/cff5a40f3eeca17f44fc95a57ff3878e5ac761dc
334-
// https://github.com/KarpelesLab/reflink/pull/2
335-
replace github.com/KarpelesLab/reflink => github.com/magik6k/reflink v1.0.2-patch1
336-
337-
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
338-
339-
replace github.com/filecoin-project/test-vectors => ./extern/test-vectors

0 commit comments

Comments
 (0)