Skip to content

Commit

Permalink
Bump deps to latest bchd
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Dec 20, 2024
1 parent 4ec570d commit 589a726
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1,263 deletions.
28 changes: 19 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
module github.com/gcash/dnsseeder

go 1.15
go 1.23.4

require (
github.com/gcash/bchd v0.20.0-rc1
github.com/gcash/bchutil v0.0.0-20241220024231-3d67040d3361
github.com/miekg/dns v1.1.62
)

require (
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/siphash v1.2.3 // indirect
github.com/gcash/bchd v0.19.0
github.com/gcash/bchutil v0.0.0-20210113190856-6ea28dff4000
github.com/miekg/dns v1.1.48
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6 // indirect
github.com/zquestz/grab v0.0.0-20190224022517-abcee96e61b1 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.28.0 // indirect
lukechampine.com/uint128 v1.3.0 // indirect
)
Loading

0 comments on commit 589a726

Please sign in to comment.