@@ -32,17 +32,14 @@ require (
32
32
github.com/google/uuid v1.6.0
33
33
github.com/gorilla/mux v1.8.0
34
34
github.com/gtank/merlin v0.1.1
35
- github.com/hashicorp/go-multierror v1.0.0
36
35
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
37
36
github.com/hasura/go-graphql-client v0.10.0
38
37
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
39
38
github.com/joncrlsn/dque v0.0.0-20200702023911-3e80e3146ce5
40
- github.com/klauspost/compress v1.16.7
41
39
github.com/lestrrat-go/jwx v1.1.7
42
40
github.com/machinebox/graphql v0.2.2
43
41
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
44
42
github.com/patrickmn/go-cache v2.1.0+incompatible
45
- github.com/pierrec/lz4/v4 v4.1.21
46
43
github.com/pkg/errors v0.9.1
47
44
github.com/rs/zerolog v1.31.0
48
45
github.com/shirou/gopsutil v3.21.11+incompatible
@@ -52,12 +49,10 @@ require (
52
49
github.com/threefoldtech/tfgrid-sdk-go/rmb-sdk-go v0.11.4
53
50
github.com/threefoldtech/zbus v1.0.1
54
51
github.com/tyler-smith/go-bip39 v1.1.0
55
- github.com/ulikunitz/xz v0.5.8
56
52
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
57
53
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852
58
54
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
59
55
github.com/whs/nacl-sealed-box v0.0.0-20180930164530-92b9ba845d8d
60
- github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
61
56
github.com/yggdrasil-network/yggdrasil-go v0.4.0
62
57
golang.org/x/crypto v0.14.0
63
58
golang.org/x/sys v0.19.0
@@ -94,10 +89,10 @@ require (
94
89
github.com/gorilla/websocket v1.5.0 // indirect
95
90
github.com/gtank/ristretto255 v0.1.2 // indirect
96
91
github.com/hanwen/go-fuse/v2 v2.3.0 // indirect
97
- github.com/hashicorp/errwrap v1.0.0 // indirect
98
92
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
99
93
github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
100
94
github.com/josharian/native v0.0.0-20200817173448-b6b71def0850 // indirect
95
+ github.com/klauspost/compress v1.16.7 // indirect
101
96
github.com/lestrrat-go/backoff/v2 v2.0.7 // indirect
102
97
github.com/lestrrat-go/blackmagic v1.0.0 // indirect
103
98
github.com/lestrrat-go/httpcc v1.0.0 // indirect
@@ -137,6 +132,7 @@ require (
137
132
github.com/tinylib/msgp v1.1.5 // indirect
138
133
github.com/tklauser/go-sysconf v0.3.9 // indirect
139
134
github.com/tklauser/numcpus v0.6.0 // indirect
135
+ github.com/ulikunitz/xz v0.5.8 // indirect
140
136
github.com/vedhavyas/go-subkey v1.0.3 // indirect
141
137
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
142
138
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
0 commit comments