Skip to content

Commit 9b1ab72

Browse files
authored
update zosbase (#2537)
Signed-off-by: Ashraf Fouda <ashraf.m.fouda@gmail.com>
1 parent 7921ea2 commit 9b1ab72

5 files changed

Lines changed: 4 additions & 110 deletions

File tree

go.mod

Lines changed: 2 additions & 4 deletions
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-20241127100051-77e684bcb1b2
1818
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67
1919
github.com/threefoldtech/zbus v1.0.1
20-
github.com/threefoldtech/zosbase v0.1.2
20+
github.com/threefoldtech/zosbase v0.1.3-0.20250224102619-a2206c717b94
2121
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
2222
gopkg.in/yaml.v2 v2.4.0
2323
)
@@ -55,8 +55,7 @@ require (
5555
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
5656
github.com/google/uuid v1.6.0 // indirect
5757
github.com/gtank/merlin v0.1.1 // indirect
58-
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
59-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
58+
github.com/hashicorp/go-retryablehttp v0.7.7
6059
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
6160
github.com/hasura/go-graphql-client v0.10.0 // indirect
6261
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6 // indirect
@@ -106,7 +105,6 @@ require (
106105
github.com/hanwen/go-fuse/v2 v2.3.0 // indirect
107106
github.com/hashicorp/errwrap v1.1.0 // indirect
108107
github.com/hashicorp/go-multierror v1.1.1 // indirect
109-
github.com/hashicorp/go-retryablehttp v0.7.7
110108
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
111109
github.com/holiman/uint256 v1.2.3 // indirect
112110
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3
542542
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67/go.mod h1:93SROfr+QjgaJ5/jIWtIpLkhaD8Pv8WbdfwvwMNG2p4=
543543
github.com/threefoldtech/zbus v1.0.1 h1:3KaEpyOiDYAw+lrAyoQUGIvY9BcjVRXlQ1beBRqhRNk=
544544
github.com/threefoldtech/zbus v1.0.1/go.mod h1:E/v/xEvG/l6z/Oj0aDkuSUXFm/1RVJkhKBwDTAIdsHo=
545-
github.com/threefoldtech/zosbase v0.1.2 h1:JTwL3FFpYCmsGKsNSzXSDAsuL26LmXDjjGXaGxXtIMU=
546-
github.com/threefoldtech/zosbase v0.1.2/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo=
545+
github.com/threefoldtech/zosbase v0.1.3-0.20250224102619-a2206c717b94 h1:ays4QwWQtRC7xBfsbVWM10R+oPWmabxR6MK/vmoYvuU=
546+
github.com/threefoldtech/zosbase v0.1.3-0.20250224102619-a2206c717b94/go.mod h1:rxc49wA04S4IsBOYe0omVO7nu7GXridueh2PJh34gSo=
547547
github.com/tinylib/msgp v1.1.5 h1:2gXmtWueD2HefZHQe1QOy9HVzmFrLOVvsXwXBQ0ayy0=
548548
github.com/tinylib/msgp v1.1.5/go.mod h1:eQsjooMTnV42mHu917E26IogZ2930nFyBQdofk10Udg=
549549
github.com/tklauser/go-sysconf v0.3.11 h1:89WgdJhk5SNwJfu+GKyYveZ4IaJ7xAkecBo+KdJV0CM=

pkg/version/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

pkg/versioned/README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

pkg/zos_api/location.go

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)