mirror of
https://github.com/cf-sonr/motr.git
synced 2026-01-12 02:59:13 +00:00
54 lines
2.1 KiB
Modula-2
54 lines
2.1 KiB
Modula-2
module github.com/sonr-io/motr
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.857
|
|
github.com/extism/go-pdk v1.1.3
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/segmentio/ksuid v1.0.4
|
|
github.com/sonr-io/crypto v0.0.0-00010101000000-000000000000
|
|
github.com/syumai/workers v0.30.2
|
|
lukechampine.com/blake3 v1.4.1
|
|
)
|
|
|
|
replace github.com/sonr-io/crypto => ../crypto/
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/bits-and-blooms/bitset v1.20.0 // indirect
|
|
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
|
|
github.com/bwesterb/go-ristretto v1.2.3 // indirect
|
|
github.com/consensys/bavard v0.1.27 // indirect
|
|
github.com/consensys/gnark-crypto v0.16.0 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
|
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564 // indirect
|
|
github.com/gtank/merlin v0.1.1 // indirect
|
|
github.com/ipfs/go-cid v0.5.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/libp2p/go-libp2p v0.41.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
|
github.com/multiformats/go-multibase v0.2.0 // indirect
|
|
github.com/multiformats/go-multihash v0.2.3 // indirect
|
|
github.com/multiformats/go-varint v0.0.7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/crypto v0.36.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|