1
1
module github.com/threefoldtech/zos4
2
2
3
- go 1.21.0
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.2
4
6
5
7
require (
6
- github.com/BurntSushi/toml v1.1.0 // indirect
8
+ github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
7
9
github.com/ChainSafe/go-schnorrkel v1.1.0 // indirect
8
10
github.com/blang/semver v3.5.1+incompatible
9
11
github.com/boltdb/bolt v1.3.1 // indirect
@@ -24,6 +26,7 @@ require (
24
26
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
25
27
github.com/google/uuid v1.6.0 // indirect
26
28
github.com/gtank/merlin v0.1.1 // indirect
29
+ github.com/hashicorp/go-retryablehttp v0.7.7
27
30
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
28
31
github.com/hasura/go-graphql-client v0.10.0 // indirect
29
32
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6 // indirect
@@ -37,6 +40,7 @@ require (
37
40
github.com/threefoldtech/0-fs v1.3.1-0.20240424140157-b488dfedcc56
38
41
github.com/threefoldtech/tfchain/clients/tfchain-client-go v0.0.0-20241127100051-77e684bcb1b2
39
42
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.16.1-0.20241229121208-76ac3fea5e67
43
+ github.com/threefoldtech/tfgrid4-sdk-go/node-registrar v0.0.0-20250505161246-1567ed2c9e82
40
44
github.com/threefoldtech/zbus v1.0.1
41
45
github.com/threefoldtech/zosbase v0.1.4
42
46
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
@@ -47,11 +51,6 @@ require (
47
51
gopkg.in/yaml.v2 v2.4.0
48
52
)
49
53
50
- require (
51
- github.com/hashicorp/go-retryablehttp v0.7.7
52
- github.com/threefoldtech/tfgrid4-sdk-go/node-registrar v0.0.0-20250409160225-5883fc775bc7
53
- )
54
-
55
54
require (
56
55
github.com/Microsoft/go-winio v0.5.2 // indirect
57
56
github.com/Microsoft/hcsshim v0.8.25 // indirect
@@ -75,14 +74,14 @@ require (
75
74
github.com/ethereum/go-ethereum v1.11.6 // indirect
76
75
github.com/go-ole/go-ole v1.2.6 // indirect
77
76
github.com/go-stack/stack v1.8.1 // indirect
78
- github.com/gofrs/flock v0.8 .1 // indirect
77
+ github.com/gofrs/flock v0.12 .1 // indirect
79
78
github.com/gogo/googleapis v1.4.1 // indirect
80
79
github.com/gogo/protobuf v1.3.2 // indirect
81
80
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
82
81
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
83
- github.com/golang/protobuf v1.5.2 // indirect
82
+ github.com/golang/protobuf v1.5.4 // indirect
84
83
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
85
- github.com/google/go-cmp v0.6 .0 // indirect
84
+ github.com/google/go-cmp v0.7 .0 // indirect
86
85
github.com/gorilla/websocket v1.5.3 // indirect
87
86
github.com/gtank/ristretto255 v0.1.2 // indirect
88
87
github.com/hanwen/go-fuse/v2 v2.3.0 // indirect
@@ -93,9 +92,9 @@ require (
93
92
github.com/holiman/uint256 v1.2.3 // indirect
94
93
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
95
94
github.com/klauspost/compress v1.16.7 // indirect
96
- github.com/mattn/go-colorable v0.1.13 // indirect
95
+ github.com/mattn/go-colorable v0.1.14 // indirect
97
96
github.com/mattn/go-isatty v0.0.20 // indirect
98
- github.com/mattn/go-runewidth v0.0.13 // indirect
97
+ github.com/mattn/go-runewidth v0.0.16 // indirect
99
98
github.com/mdlayher/genetlink v1.0.0 // indirect
100
99
github.com/mdlayher/netlink v1.4.0 // indirect
101
100
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
@@ -117,15 +116,15 @@ require (
117
116
github.com/pkg/xattr v0.4.1 // indirect
118
117
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
119
118
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
120
- github.com/rivo/uniseg v0.2.0 // indirect
119
+ github.com/rivo/uniseg v0.4.7 // indirect
121
120
github.com/robfig/cron/v3 v3.0.1 // indirect
122
121
github.com/rs/cors v1.10.1 // indirect
123
122
github.com/russross/blackfriday/v2 v2.1.0 // indirect
124
123
github.com/safchain/ethtool v0.0.0-20201023143004-874930cb3ce0 // indirect
125
- github.com/sirupsen/logrus v1.8.1 // indirect
124
+ github.com/sirupsen/logrus v1.9.3 // indirect
126
125
github.com/stretchr/objx v0.5.2 // indirect
127
- github.com/tklauser/go-sysconf v0.3.11 // indirect
128
- github.com/tklauser/numcpus v0.6.0 // indirect
126
+ github.com/tklauser/go-sysconf v0.3.12 // indirect
127
+ github.com/tklauser/numcpus v0.6.1 // indirect
129
128
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
130
129
github.com/ulikunitz/xz v0.5.8 // indirect
131
130
github.com/vedhavyas/go-subkey v1.0.3 // indirect
@@ -135,20 +134,21 @@ require (
135
134
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
136
135
github.com/xxtea/xxtea-go v0.0.0-20170828040851-35c4b17eecf6 // indirect
137
136
github.com/yggdrasil-network/yggdrasil-go v0.4.0 // indirect
138
- github.com/yusufpapurcu/wmi v1.2.2 // indirect
139
- go.opencensus.io v0.23.0 // indirect
137
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
138
+ go.opencensus.io v0.24.0 // indirect
139
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
140
140
go.uber.org/atomic v1.9.0 // indirect
141
141
golang.org/x/mod v0.18.0 // indirect
142
- golang.org/x/net v0.34 .0 // indirect
142
+ golang.org/x/net v0.35 .0 // indirect
143
143
golang.org/x/sync v0.11.0 // indirect
144
144
golang.org/x/text v0.22.0 // indirect
145
145
golang.zx2c4.com/wireguard v0.0.20200320 // indirect
146
146
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b // indirect
147
147
gonum.org/v1/gonum v0.15.0 // indirect
148
148
google.golang.org/appengine v1.6.7 // indirect
149
149
google.golang.org/genproto v0.0.0-20210917145530-b395a37504d4 // indirect
150
- google.golang.org/grpc v1.41 .0 // indirect
151
- google.golang.org/protobuf v1.36.1 // indirect
150
+ google.golang.org/grpc v1.70 .0 // indirect
151
+ google.golang.org/protobuf v1.36.4 // indirect
152
152
gopkg.in/djherbis/times.v1 v1.2.0 // indirect
153
153
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
154
154
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments