Skip to content

Commit dfe1293

Browse files
committed
Adds uptime logs
1 parent 057445b commit dfe1293

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20250703093252-e7500b106618
1818
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.9-0.20250820184355-b0364f34a442
1919
github.com/threefoldtech/zbus v1.0.1
20-
github.com/threefoldtech/zosbase v0.1.11-0.20250819141009-370d63ff91fc
20+
github.com/threefoldtech/zosbase v0.1.11-0.20250911144224-596db07e8306
2121
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
2222
gopkg.in/yaml.v2 v2.4.0
2323
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,8 @@ github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.9-0.20250820184355-b0364
562562
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.9-0.20250820184355-b0364f34a442/go.mod h1:D3m+WMX2eR5B5ZotOwHshYAxfzmA5QTfFH7kabe51a8=
563563
github.com/threefoldtech/zbus v1.0.1 h1:3KaEpyOiDYAw+lrAyoQUGIvY9BcjVRXlQ1beBRqhRNk=
564564
github.com/threefoldtech/zbus v1.0.1/go.mod h1:E/v/xEvG/l6z/Oj0aDkuSUXFm/1RVJkhKBwDTAIdsHo=
565-
github.com/threefoldtech/zosbase v0.1.11-0.20250819141009-370d63ff91fc h1:Pck+H7JU+a7JTS2jm2Qcv478+ZArN17Mgb6+czu/tnk=
566-
github.com/threefoldtech/zosbase v0.1.11-0.20250819141009-370d63ff91fc/go.mod h1:MzVVpnslwa4UOzE0YaAbl99ZYLqo5hC+KVjOsVquPlA=
565+
github.com/threefoldtech/zosbase v0.1.11-0.20250911144224-596db07e8306 h1:lJ7qQpAgMh0xsRF8ZRM72j4wnvn0T+NDjV5bHPaNfLU=
566+
github.com/threefoldtech/zosbase v0.1.11-0.20250911144224-596db07e8306/go.mod h1:MzVVpnslwa4UOzE0YaAbl99ZYLqo5hC+KVjOsVquPlA=
567567
github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0=
568568
github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg=
569569
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=

0 commit comments

Comments
 (0)