File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ import (
25
25
"go.sia.tech/fsd/renterd"
26
26
"go.sia.tech/fsd/renterd/downloader"
27
27
"go.sia.tech/jape"
28
- "go.sia.tech/renterd/bus"
29
- "go.sia.tech/renterd/worker"
28
+ "go.sia.tech/renterd/v2/ bus"
29
+ "go.sia.tech/renterd/v2/ worker"
30
30
"go.uber.org/zap"
31
31
"go.uber.org/zap/zapcore"
32
32
"gopkg.in/yaml.v3"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ require (
20
20
github.com/multiformats/go-multicodec v0.9.0
21
21
github.com/multiformats/go-multihash v0.2.3
22
22
go.sia.tech/jape v0.12.1
23
- go.sia.tech/renterd v1.1 .2-0.20250310164423-49c892b00d1b
23
+ go.sia.tech/renterd/v2 v2.0 .2-0.20250312081818-65ef6bdb87ec
24
24
go.uber.org/zap v1.27.0
25
25
gopkg.in/yaml.v3 v3.0.1
26
26
lukechampine.com/frand v1.5.1
Original file line number Diff line number Diff line change @@ -615,8 +615,8 @@ go.sia.tech/jape v0.12.1 h1:xr+o9V8FO8ScRqbSaqYf9bjj1UJ2eipZuNcI1nYousU=
615
615
go.sia.tech/jape v0.12.1 /go.mod h1:wU+h6Wh5olDjkPXjF0tbZ1GDgoZ6VTi4naFw91yyWC4 =
616
616
go.sia.tech/mux v1.4.0 h1:LgsLHtn7l+25MwrgaPaUCaS8f2W2/tfvHIdXps04sVo =
617
617
go.sia.tech/mux v1.4.0 /go.mod h1:iNFi9ifFb2XhuD+LF4t2HBb4Mvgq/zIPKqwXU/NlqHA =
618
- go.sia.tech/renterd v1.1 .2-0.20250310164423-49c892b00d1b h1:sK69YBRi3/Be34ZHj7/oVDWV0miEmIZVKY6kXBF2kRk =
619
- go.sia.tech/renterd v1.1 .2-0.20250310164423-49c892b00d1b /go.mod h1:c90UyoI1UiDI07+HWCUahyXnPJNQ2bOIx1/vBlZCrr4 =
618
+ go.sia.tech/renterd/v2 v2.0 .2-0.20250312081818-65ef6bdb87ec h1:e8k7TQGI1Ls7eDW83XVMYXatwxrwmynvZKw0GkeCgww =
619
+ go.sia.tech/renterd/v2 v2.0 .2-0.20250312081818-65ef6bdb87ec /go.mod h1:KdRAE7nLKlGxTZNnzBfUygMnRGPxPmGJVmSOA2R3JkY =
620
620
go.uber.org/atomic v1.6.0 /go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ =
621
621
go.uber.org/atomic v1.7.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
622
622
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE =
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ import (
15
15
blocks "github.com/ipfs/go-block-format"
16
16
"github.com/ipfs/go-cid"
17
17
mh "github.com/multiformats/go-multihash"
18
- "go.sia.tech/renterd/api"
19
- "go.sia.tech/renterd/worker"
18
+ "go.sia.tech/renterd/v2/ api"
19
+ "go.sia.tech/renterd/v2/ worker"
20
20
"go.uber.org/zap"
21
21
)
22
22
Original file line number Diff line number Diff line change 1
1
package renterd
2
2
3
3
import (
4
- "go.sia.tech/renterd/bus"
5
- "go.sia.tech/renterd/worker"
4
+ "go.sia.tech/renterd/v2/ bus"
5
+ "go.sia.tech/renterd/v2/ worker"
6
6
"go.uber.org/zap"
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import (
13
13
format "github.com/ipfs/go-ipld-format"
14
14
"github.com/multiformats/go-multicodec"
15
15
"github.com/multiformats/go-multihash"
16
- "go.sia.tech/renterd/api"
17
- "go.sia.tech/renterd/bus"
18
- "go.sia.tech/renterd/worker"
16
+ "go.sia.tech/renterd/v2/ api"
17
+ "go.sia.tech/renterd/v2/ bus"
18
+ "go.sia.tech/renterd/v2/ worker"
19
19
"go.uber.org/zap"
20
20
)
21
21
You can’t perform that action at this time.
0 commit comments