Skip to content

Commit 8a2f156

Browse files
authored
Merge pull request #20 from threefoldtech/update-mycelium-and-zosbase
update mycelium and zosbase to latest
2 parents 1f2173e + 9df9a20 commit 8a2f156

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bins/packages/mycelium/mycelium.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
MYCELIUM_VERSION="0.5.6"
2-
MYCELIUM_CHECKSUM="9e33aad058bf331c8ebbf1aa2a5a6793"
1+
MYCELIUM_VERSION="0.6.1"
2+
MYCELIUM_CHECKSUM="160f367228ff6a8a933ff0a55209d010"
33
MYCELIUM_LINK="https://github.com/threefoldtech/mycelium/releases/download/v${MYCELIUM_VERSION}/mycelium-x86_64-unknown-linux-musl.tar.gz"
44

55
download_mycelium() {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67
4343
github.com/threefoldtech/tfgrid4-sdk-go/node-registrar v0.0.0-20250506110945-e1591751c92f
4444
github.com/threefoldtech/zbus v1.0.1
45-
github.com/threefoldtech/zosbase v0.1.8
45+
github.com/threefoldtech/zosbase v0.1.9
4646
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
4747
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
4848
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ github.com/threefoldtech/tfgrid4-sdk-go/node-registrar v0.0.0-20250506110945-e15
573573
github.com/threefoldtech/tfgrid4-sdk-go/node-registrar v0.0.0-20250506110945-e1591751c92f/go.mod h1:5p+3dprweeEymBRNCB8b8cdGmP36g9LGtf2wwqyqvFk=
574574
github.com/threefoldtech/zbus v1.0.1 h1:3KaEpyOiDYAw+lrAyoQUGIvY9BcjVRXlQ1beBRqhRNk=
575575
github.com/threefoldtech/zbus v1.0.1/go.mod h1:E/v/xEvG/l6z/Oj0aDkuSUXFm/1RVJkhKBwDTAIdsHo=
576-
github.com/threefoldtech/zosbase v0.1.8 h1:Oe3LVeliJb8Qt9rFKOY3t5hYdwPI3JfSyvdOJ2dG3IA=
577-
github.com/threefoldtech/zosbase v0.1.8/go.mod h1:KxGjwtJMPYm/mrg6KZ1cPIadAwfLekFh9kc3Rz95PaE=
576+
github.com/threefoldtech/zosbase v0.1.9 h1:S0rB8sET5Afn/GIilU1DPLPf6uzC5sf0Ogs60FkQixY=
577+
github.com/threefoldtech/zosbase v0.1.9/go.mod h1:PzZ9jW1lYFgA0/F4vStP/6CIhQsCdD7DTrum3AYiAWA=
578578
github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0=
579579
github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg=
580580
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=

0 commit comments

Comments
 (0)