go.mod: bump go directive to 1.26.3 (security advisory)

This commit is contained in:
Hanzo AI
2026-05-12 21:29:42 -07:00
parent 3ead335188
commit 2525fb15bd
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/luxfi/go-bip32
go 1.26.1
go 1.26.3
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0