diff --git a/go.mod b/go.mod index 33cf33c7b..31d06b9e2 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20241127100051-77e684bcb1b2 github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67 github.com/threefoldtech/zbus v1.0.1 - github.com/threefoldtech/zosbase v0.1.3-0.20250224105329-5539920f9670 + github.com/threefoldtech/zosbase v0.1.3-0.20250225113536-0e16ef873415 github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index 94b70274f..6e82695f8 100644 --- a/go.sum +++ b/go.sum @@ -544,6 +544,8 @@ github.com/threefoldtech/zbus v1.0.1 h1:3KaEpyOiDYAw+lrAyoQUGIvY9BcjVRXlQ1beBRqh github.com/threefoldtech/zbus v1.0.1/go.mod h1:E/v/xEvG/l6z/Oj0aDkuSUXFm/1RVJkhKBwDTAIdsHo= github.com/threefoldtech/zosbase v0.1.3-0.20250224105329-5539920f9670 h1:YWRhq3tniqB1ql8bIuR8vhNVqnOjXvywC+8ZeJDaM2A= github.com/threefoldtech/zosbase v0.1.3-0.20250224105329-5539920f9670/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo= +github.com/threefoldtech/zosbase v0.1.3-0.20250225113536-0e16ef873415 h1:ruaVEE00gA/SAzocwAobpPgyI62TOovjc4w9VtmQSg8= +github.com/threefoldtech/zosbase v0.1.3-0.20250225113536-0e16ef873415/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo= github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0= github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg= github.com/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=