File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ func action(cli *cli.Context) error {
112
112
manager ,
113
113
router .Serve ,
114
114
peer .WithKeyType (peer .KeyTypeEd25519 ),
115
- peer .WithRelay (environment .MustGet (). RelayURL ... ),
115
+ peer .WithRelay (environment .GetRelaysURLs () ... ),
116
116
peer .WithInMemoryExpiration (6 * 60 * 60 ), // 6 hours
117
117
)
118
118
if err != nil {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20241127100051-77e684bcb1b2
18
18
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67
19
19
github.com/threefoldtech/zbus v1.0.1
20
- github.com/threefoldtech/zosbase v0.1.7
20
+ github.com/threefoldtech/zosbase v0.1.8
21
21
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
22
22
gopkg.in/yaml.v2 v2.4.0
23
23
)
Original file line number Diff line number Diff line change @@ -550,10 +550,8 @@ github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3
550
550
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67 /go.mod h1:93SROfr+QjgaJ5/jIWtIpLkhaD8Pv8WbdfwvwMNG2p4 =
551
551
github.com/threefoldtech/zbus v1.0.1 h1:3KaEpyOiDYAw+lrAyoQUGIvY9BcjVRXlQ1beBRqhRNk =
552
552
github.com/threefoldtech/zbus v1.0.1 /go.mod h1:E/v/xEvG/l6z/Oj0aDkuSUXFm/1RVJkhKBwDTAIdsHo =
553
- github.com/threefoldtech/zosbase v0.1.6 h1:YtCmXyr749gnOooYTEYE1KjBkEm66I0M1K1ZmKCgkOg =
554
- github.com/threefoldtech/zosbase v0.1.6 /go.mod h1:KxGjwtJMPYm/mrg6KZ1cPIadAwfLekFh9kc3Rz95PaE =
555
- github.com/threefoldtech/zosbase v0.1.7 h1:CHZ6xW4Obsvi9w83u6+y8zAvVn7t+qRDHPUhBVT7bZU =
556
- github.com/threefoldtech/zosbase v0.1.7 /go.mod h1:KxGjwtJMPYm/mrg6KZ1cPIadAwfLekFh9kc3Rz95PaE =
553
+ github.com/threefoldtech/zosbase v0.1.8 h1:Oe3LVeliJb8Qt9rFKOY3t5hYdwPI3JfSyvdOJ2dG3IA =
554
+ github.com/threefoldtech/zosbase v0.1.8 /go.mod h1:KxGjwtJMPYm/mrg6KZ1cPIadAwfLekFh9kc3Rz95PaE =
557
555
github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0 =
558
556
github.com/tinylib/msgp v1.1.5 /go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg =
559
557
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU =
You can’t perform that action at this time.
0 commit comments