mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
17 lines
504 B
Modula-2
17 lines
504 B
Modula-2
module calculate-reserves
|
|
|
|
go 1.26.1
|
|
|
|
require github.com/Peersyst/xrpl-go v0.1.17
|
|
|
|
require (
|
|
github.com/bsv-blockchain/go-sdk v1.2.9 // indirect
|
|
github.com/decred/dcrd/crypto/ripemd160 v1.0.2 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
golang.org/x/crypto v0.44.0 // indirect
|
|
)
|