Skip to content

Commit 00f40cd

Browse files
Merge pull request #2090 from OffchainLabs/update-modules
update go modules
2 parents 2a947b4 + c82a84f commit 00f40cd

File tree

2 files changed

+40
-7
lines changed

2 files changed

+40
-7
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ require (
3434
github.com/ipfs/kubo v0.19.1
3535
github.com/knadh/koanf v1.4.0
3636
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
3939
github.com/r3labs/diff/v3 v3.0.1
4040
github.com/rivo/tview v0.0.0-20230814110005-ccc2c8119703
4141
github.com/spf13/pflag v1.0.5
4242
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
4646
golang.org/x/tools v0.9.1
4747
gopkg.in/natefinch/lumberjack.v2 v2.0.0
4848
)
@@ -213,7 +213,7 @@ require (
213213
github.com/miekg/dns v1.1.53 // indirect
214214
github.com/mikioh/tcpinfo v0.0.0-20190314235526-30a79bb1804b // indirect
215215
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
217217
github.com/mitchellh/copystructure v1.2.0 // indirect
218218
github.com/mitchellh/go-homedir v1.1.0 // indirect
219219
github.com/mitchellh/reflectwalk v1.0.2 // indirect
@@ -283,7 +283,7 @@ require (
283283
golang.org/x/mod v0.11.0 // indirect
284284
golang.org/x/net v0.17.0 // indirect
285285
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
287287
golang.org/x/time v0.3.0 // indirect
288288
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
289289
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect

0 commit comments

Comments
 (0)