Skip to content

Commit e6593eb

Browse files
committed
Fixed rare panic on DHT close
1 parent c61fd84 commit e6593eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/mdp/qrterminal/v3 v3.0.0
77
github.com/sigurn/crc16 v0.0.0-20211026045750-20ab5afb07e3
8-
github.com/xssnick/tonutils-go v1.5.1-0.20230123133014-c4a895d57e23
8+
github.com/xssnick/tonutils-go v1.5.1-0.20230131083811-f2432838f9cc
99
)
1010

1111
require (

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ github.com/xssnick/tonutils-go v1.4.1-0.20230111070238-84e56fb29fc5 h1:21bO7IXo0
5353
github.com/xssnick/tonutils-go v1.4.1-0.20230111070238-84e56fb29fc5/go.mod h1:wH8ldhLueyfXW15r3MyaIq9YzA+8bzvL6UMU2BLp08g=
5454
github.com/xssnick/tonutils-go v1.5.1-0.20230123133014-c4a895d57e23 h1:bJfFUtWMQC9QkdOtnQQuWmFgYHMefUyZUmQeed6MkKE=
5555
github.com/xssnick/tonutils-go v1.5.1-0.20230123133014-c4a895d57e23/go.mod h1:wH8ldhLueyfXW15r3MyaIq9YzA+8bzvL6UMU2BLp08g=
56+
github.com/xssnick/tonutils-go v1.5.1-0.20230131083811-f2432838f9cc h1:TEyycMu6wLBthFjeBeFvPfdQwfK3LdWnJkx5iYH1TgQ=
57+
github.com/xssnick/tonutils-go v1.5.1-0.20230131083811-f2432838f9cc/go.mod h1:wH8ldhLueyfXW15r3MyaIq9YzA+8bzvL6UMU2BLp08g=
5658
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 h1:S25/rfnfsMVgORT4/J61MJ7rdyseOZOyvLIrZEZ7s6s=
5759
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
5860
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)