Skip to content

Commit 4c3e95a

Browse files
committed
Update all deps and prep for 0.12.0 release
1 parent 0b86962 commit 4c3e95a

File tree

3 files changed

+78
-25
lines changed

3 files changed

+78
-25
lines changed

boot/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
appMajor uint = 0
20-
appMinor uint = 11
20+
appMinor uint = 12
2121
appPatch uint = 0
2222

2323
// appPreRelease MUST only contain characters from semanticAlphabet

go.mod

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ require (
66
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
77
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/gcash/bchd v0.20.0
9+
github.com/gcash/bchd v0.21.1-0.20250514010404-ccedcae68ea6
1010
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6
11-
github.com/gcash/bchutil v0.0.0-20250115071209-216bd54f0d4d
12-
github.com/gcash/bchwallet/walletdb v0.0.0-20250104021928-5a2ec88af6cc
13-
github.com/gcash/neutrino v0.0.0-20250115072347-ba61cc889225
11+
github.com/gcash/bchutil v0.0.0-20250514010653-ef9bffba99e1
12+
github.com/gcash/bchwallet/walletdb v0.0.0-20250507004057-0b86962bf958
13+
github.com/gcash/neutrino v0.0.0-20250507004141-da582a03b90d
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
1717
github.com/jrick/logrotate v1.1.2
1818
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf
19-
github.com/miekg/dns v1.1.62
19+
github.com/miekg/dns v1.1.66
2020
github.com/tyler-smith/go-bip39 v1.1.0
21-
golang.org/x/crypto v0.32.0
22-
golang.org/x/net v0.34.0
23-
google.golang.org/grpc v1.69.4
21+
golang.org/x/crypto v0.38.0
22+
golang.org/x/net v0.40.0
23+
google.golang.org/grpc v1.72.0
2424
)
2525

2626
require (
@@ -37,28 +37,28 @@ require (
3737
github.com/desertbit/timer v1.0.1 // indirect
3838
github.com/gorilla/mux v1.8.1 // indirect
3939
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
40-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
40+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
4141
github.com/improbable-eng/grpc-web v0.15.0 // indirect
4242
github.com/kkdai/bstream v1.0.0 // indirect
43-
github.com/klauspost/compress v1.17.11 // indirect
43+
github.com/klauspost/compress v1.18.0 // indirect
4444
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
45-
github.com/prometheus/client_golang v1.20.5 // indirect
46-
github.com/prometheus/client_model v0.6.1 // indirect
47-
github.com/prometheus/common v0.61.0 // indirect
48-
github.com/prometheus/procfs v0.15.1 // indirect
45+
github.com/prometheus/client_golang v1.22.0 // indirect
46+
github.com/prometheus/client_model v0.6.2 // indirect
47+
github.com/prometheus/common v0.63.0 // indirect
48+
github.com/prometheus/procfs v0.16.1 // indirect
4949
github.com/rs/cors v1.11.1 // indirect
5050
github.com/simpleledgerinc/goslp v0.0.0-20210423125905-3c2e5f2ef33f // indirect
5151
github.com/zquestz/grab v0.0.0-20190224022517-abcee96e61b1 // indirect
52-
go.etcd.io/bbolt v1.3.11 // indirect
53-
golang.org/x/mod v0.22.0 // indirect
54-
golang.org/x/sync v0.10.0 // indirect
55-
golang.org/x/sys v0.29.0 // indirect
56-
golang.org/x/term v0.28.0 // indirect
57-
golang.org/x/text v0.21.0 // indirect
58-
golang.org/x/tools v0.29.0 // indirect
59-
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
60-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
61-
google.golang.org/protobuf v1.36.2 // indirect
52+
go.etcd.io/bbolt v1.4.0 // indirect
53+
golang.org/x/mod v0.24.0 // indirect
54+
golang.org/x/sync v0.14.0 // indirect
55+
golang.org/x/sys v0.33.0 // indirect
56+
golang.org/x/term v0.32.0 // indirect
57+
golang.org/x/text v0.25.0 // indirect
58+
golang.org/x/tools v0.33.0 // indirect
59+
google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 // indirect
60+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
61+
google.golang.org/protobuf v1.36.6 // indirect
6262
lukechampine.com/uint128 v1.3.0 // indirect
6363
nhooyr.io/websocket v1.8.17 // indirect
6464
)

0 commit comments

Comments
 (0)