mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
24 lines
877 B
Modula-2
24 lines
877 B
Modula-2
module github.com/XRPLF
|
|
|
|
go 1.24.3
|
|
|
|
require (
|
|
github.com/Peersyst/xrpl-go v0.1.17
|
|
github.com/go-interledger/cryptoconditions v0.0.0-20180612102545-aba58e59cef1
|
|
)
|
|
|
|
require (
|
|
github.com/PromonLogicalis/asn1 v0.0.0-20190312173541-d60463189a56 // indirect
|
|
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/kalaspuffar/base64url v0.0.0-20171121144659-483af17b794c // indirect
|
|
github.com/magiconair/properties v1.8.10 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stevenroose/asn1 v0.0.0-20170613173945-a0d410e3f79f // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
golang.org/x/crypto v0.44.0 // indirect
|
|
)
|