Skip to content

Commit 4f54d33

Browse files
committed
Bump to latest neutrino
1 parent 6e7560f commit 4f54d33

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
1111
github.com/gcash/bchutil v0.0.0-20250115071209-216bd54f0d4d
1212
github.com/gcash/bchwallet/walletdb v0.0.0-20250104021928-5a2ec88af6cc
13-
github.com/gcash/neutrino v0.0.0-20250115071805-4cc8a854e45d
13+
github.com/gcash/neutrino v0.0.0-20250115072347-ba61cc889225
1414
github.com/golang/protobuf v1.5.4
1515
github.com/jarcoal/httpmock v1.0.8
1616
github.com/jessevdk/go-flags v1.6.1
@@ -55,7 +55,7 @@ require (
5555
golang.org/x/sys v0.29.0 // indirect
5656
golang.org/x/term v0.28.0 // indirect
5757
golang.org/x/text v0.21.0 // indirect
58-
golang.org/x/tools v0.28.0 // indirect
58+
golang.org/x/tools v0.29.0 // indirect
5959
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
6060
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
6161
google.golang.org/protobuf v1.36.2 // indirect

go.sum

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ github.com/gcash/neutrino v0.0.0-20250104025624-ad353a22afdd h1:1QhDKUUMiGFUnxkQ
127127
github.com/gcash/neutrino v0.0.0-20250104025624-ad353a22afdd/go.mod h1:hswpBT67BdKxSlo9F7RqvjOfT7K49rDk3SD2HxSK/yI=
128128
github.com/gcash/neutrino v0.0.0-20250115071805-4cc8a854e45d h1:6dTR1gjkG/JcPtLt5PHBtaMrb+oU9iAlRbna1fwm+Vw=
129129
github.com/gcash/neutrino v0.0.0-20250115071805-4cc8a854e45d/go.mod h1:hswpBT67BdKxSlo9F7RqvjOfT7K49rDk3SD2HxSK/yI=
130+
github.com/gcash/neutrino v0.0.0-20250115072347-ba61cc889225 h1:/x6guk5i2xMOMgRNDZYL+Qv2gAu0MG7u6zBhBneFviU=
131+
github.com/gcash/neutrino v0.0.0-20250115072347-ba61cc889225/go.mod h1:8G6Uqo/EQtCaXUChjarnp5LaD2vWUj7rokX/AqdQC/M=
130132
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
131133
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
132134
github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M=
@@ -574,6 +576,7 @@ golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapK
574576
golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28=
575577
golang.org/x/tools v0.28.0 h1:WuB6qZ4RPCQo5aP3WdKZS7i595EdWqWR8vqJTlwTVK8=
576578
golang.org/x/tools v0.28.0/go.mod h1:dcIOrVd3mfQKTgrDVQHqCPMWy6lnhfhtX3hLXYVLfRw=
579+
golang.org/x/tools v0.29.0/go.mod h1:KMQVMRsVxU6nHCFXrBPhDB8XncLNLM0lIy/F14RP588=
577580
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
578581
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
579582
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=

0 commit comments

Comments
 (0)