@@ -34,15 +34,15 @@ require (
34
34
github.com/ipfs/kubo v0.19.1
35
35
github.com/knadh/koanf v1.4.0
36
36
github.com/libp2p/go-libp2p v0.27.8
37
- github.com/multiformats/go-multiaddr v0.9.0
38
- github.com/multiformats/go-multihash v0.2.1
37
+ github.com/multiformats/go-multiaddr v0.12.1
38
+ github.com/multiformats/go-multihash v0.2.3
39
39
github.com/r3labs/diff/v3 v3.0.1
40
40
github.com/rivo/tview v0.0.0-20230814110005-ccc2c8119703
41
41
github.com/spf13/pflag v1.0.5
42
42
github.com/wealdtech/go-merkletree v1.0.0
43
- golang.org/x/crypto v0.14 .0
44
- golang.org/x/sys v0.13 .0
45
- golang.org/x/term v0.13 .0
43
+ golang.org/x/crypto v0.17 .0
44
+ golang.org/x/sys v0.15 .0
45
+ golang.org/x/term v0.15 .0
46
46
golang.org/x/tools v0.9.1
47
47
gopkg.in/natefinch/lumberjack.v2 v2.0.0
48
48
)
@@ -213,7 +213,7 @@ require (
213
213
github.com/miekg/dns v1.1.53 // indirect
214
214
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
215
215
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
216
- github.com/minio/sha256-simd v1.0.0 // indirect
216
+ github.com/minio/sha256-simd v1.0.1 // indirect
217
217
github.com/mitchellh/copystructure v1.2.0 // indirect
218
218
github.com/mitchellh/go-homedir v1.1.0 // indirect
219
219
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -283,7 +283,7 @@ require (
283
283
golang.org/x/mod v0.11.0 // indirect
284
284
golang.org/x/net v0.17.0 // indirect
285
285
golang.org/x/sync v0.3.0 // indirect
286
- golang.org/x/text v0.13 .0 // indirect
286
+ golang.org/x/text v0.14 .0 // indirect
287
287
golang.org/x/time v0.3.0 // indirect
288
288
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
289
289
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
0 commit comments