Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/rs/zerolog v1.34.0
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20260302124210-526158ffbc00
github.com/threefoldtech/zbus v1.0.1
github.com/threefoldtech/zos_base v1.1.3-0.20260826122051-0d1dae5e2cde
github.com/threefoldtech/zos_base v1.1.3-0.20260826123602-7a636274cecc
github.com/threefoldtech/zos_sdk_go/rmb-sdk-go v0.18.0
github.com/urfave/cli/v2 v2.27.5
gopkg.in/yaml.v2 v2.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ github.com/threefoldtech/zos_base v1.1.3-0.20260823201808-48be89ac5ee7 h1:vSxu5R
github.com/threefoldtech/zos_base v1.1.3-0.20260823201808-48be89ac5ee7/go.mod h1:0OlU/EWyLlcm4a5fBYuOTOJ1K0PH53of6bZ392O60Qs=
github.com/threefoldtech/zos_base v1.1.3-0.20260826122051-0d1dae5e2cde h1:87vNoAM8bwRrr38A+wOjg3uJrEsKmX9h2nMyjUtZ880=
github.com/threefoldtech/zos_base v1.1.3-0.20260826122051-0d1dae5e2cde/go.mod h1:0OlU/EWyLlcm4a5fBYuOTOJ1K0PH53of6bZ392O60Qs=
github.com/threefoldtech/zos_base v1.1.3-0.20260826123602-7a636274cecc h1:MLulLKYyFR0ATvOo3cO2Z0cBaiEMGp/9J6iYvALAhNI=
github.com/threefoldtech/zos_base v1.1.3-0.20260826123602-7a636274cecc/go.mod h1:0OlU/EWyLlcm4a5fBYuOTOJ1K0PH53of6bZ392O60Qs=
github.com/threefoldtech/zos_sdk_go/rmb-sdk-go v0.18.0 h1:CD8/yd0pAZINF93PHDODn2e+M6d5f6x6ECfpQac4kgw=
github.com/threefoldtech/zos_sdk_go/rmb-sdk-go v0.18.0/go.mod h1:OI3omGvjs88MXvOKSfYULhxweQWSz6jvQuUHDTI98gw=
github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0=
Expand Down
Loading