11module github.com/decred/dcrpool
22
3- go 1.21
3+ go 1.24.0
44
55require (
6- decred.org/dcrwallet/v4 v4.1.0
7- github.com/decred/dcrd/blockchain/standalone/v2 v2.2.1
8- github.com/decred/dcrd/certgen v1.1.3
9- github.com/decred/dcrd/chaincfg/chainhash v1.0.4
10- github.com/decred/dcrd/chaincfg/v3 v3.2.1
11- github.com/decred/dcrd/crypto/blake256 v1.0.1
12- github.com/decred/dcrd/dcrjson/v4 v4.1 .0
13- github.com/decred/dcrd/dcrutil/v4 v4.0.2
14- github.com/decred/dcrd/rpc/jsonrpc/types/v4 v4.3 .0
15- github.com/decred/dcrd/rpcclient/v8 v8.0.1
16- github.com/decred/dcrd/txscript/v4 v4.1.1
17- github.com/decred/dcrd/wire v1.7.0
6+ decred.org/dcrwallet/v5 v5.0.2
7+ github.com/decred/dcrd/blockchain/standalone/v2 v2.2.2
8+ github.com/decred/dcrd/certgen v1.2.0
9+ github.com/decred/dcrd/chaincfg/chainhash v1.0.5
10+ github.com/decred/dcrd/chaincfg/v3 v3.3.0
11+ github.com/decred/dcrd/crypto/blake256 v1.1.0
12+ github.com/decred/dcrd/dcrjson/v4 v4.2 .0
13+ github.com/decred/dcrd/dcrutil/v4 v4.0.3
14+ github.com/decred/dcrd/rpc/jsonrpc/types/v4 v4.4 .0
15+ github.com/decred/dcrd/rpcclient/v8 v8.1.0
16+ github.com/decred/dcrd/txscript/v4 v4.1.2
17+ github.com/decred/dcrd/wire v1.7.2
1818 github.com/decred/slog v1.2.0
1919 github.com/gorilla/csrf v1.7.2
2020 github.com/gorilla/mux v1.8.1
@@ -23,31 +23,32 @@ require (
2323 github.com/jessevdk/go-flags v1.5.0
2424 github.com/jrick/logrotate v1.0.0
2525 github.com/lib/pq v1.10.9
26- go.etcd.io/bbolt v1.3.10
27- golang.org/x/crypto v0.23 .0
26+ go.etcd.io/bbolt v1.3.12
27+ golang.org/x/crypto v0.45 .0
2828 golang.org/x/time v0.5.0
29- google.golang.org/grpc v1.45 .0
29+ google.golang.org/grpc v1.76 .0
3030)
3131
3232require (
3333 github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
3434 github.com/dchest/siphash v1.2.3 // indirect
35- github.com/decred/base58 v1.0.5 // indirect
36- github.com/decred/dcrd/blockchain/stake/v5 v5.0.1 // indirect
35+ github.com/decred/base58 v1.0.6 // indirect
36+ github.com/decred/dcrd/blockchain/stake/v5 v5.0.2 // indirect
37+ github.com/decred/dcrd/crypto/rand v1.0.1 // indirect
3738 github.com/decred/dcrd/crypto/ripemd160 v1.0.2 // indirect
38- github.com/decred/dcrd/database/v3 v3.0.2 // indirect
39+ github.com/decred/dcrd/database/v3 v3.0.3 // indirect
3940 github.com/decred/dcrd/dcrec v1.0.1 // indirect
40- github.com/decred/dcrd/dcrec/edwards/v2 v2.0.3 // indirect
41- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3 .0 // indirect
42- github.com/decred/dcrd/gcs/v4 v4.1.0 // indirect
41+ github.com/decred/dcrd/dcrec/edwards/v2 v2.0.4 // indirect
42+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4 .0 // indirect
43+ github.com/decred/dcrd/gcs/v4 v4.1.1 // indirect
4344 github.com/decred/go-socks v1.1.0 // indirect
44- github.com/golang/protobuf v1.5.2 // indirect
45+ github.com/golang/protobuf v1.5.4 // indirect
4546 github.com/gorilla/securecookie v1.1.2 // indirect
46- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
47- golang.org/x/net v0.25 .0 // indirect
48- golang.org/x/sys v0.20 .0 // indirect
49- golang.org/x/text v0.15 .0 // indirect
47+ github.com/klauspost/cpuid/v2 v2.2.8 // indirect
48+ golang.org/x/net v0.47 .0 // indirect
49+ golang.org/x/sys v0.38 .0 // indirect
50+ golang.org/x/text v0.31 .0 // indirect
5051 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
51- google.golang.org/protobuf v1.27.1 // indirect
52+ google.golang.org/protobuf v1.36.10 // indirect
5253 lukechampine.com/blake3 v1.3.0 // indirect
5354)
0 commit comments