mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
63 lines
2.7 KiB
Modula-2
63 lines
2.7 KiB
Modula-2
module github.com/logos-messaging/logos-messaging-go-bindings
|
|
|
|
go 1.23.0
|
|
|
|
replace github.com/ethereum/go-ethereum v1.10.26 => github.com/status-im/go-ethereum v1.10.25-status.18
|
|
|
|
replace github.com/rjeczalik/notify => github.com/status-im/notify v1.0.2-status
|
|
|
|
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20190717161051-705d9623b7c1
|
|
|
|
replace github.com/nfnt/resize => github.com/status-im/resize v0.0.0-20201215164250-7c6d9f0d3088
|
|
|
|
replace github.com/forPelevin/gomoji => github.com/status-im/gomoji v1.1.3-0.20220213022530-e5ac4a8732d4
|
|
|
|
replace github.com/mutecomm/go-sqlcipher/v4 v4.4.2 => github.com/status-im/go-sqlcipher/v4 v4.5.4-status.3
|
|
|
|
replace github.com/libp2p/go-libp2p-pubsub v0.12.0 => github.com/logos-messaging/go-libp2p-pubsub v0.12.0-gowaku.0.20240823143342-b0f2429ca27f
|
|
|
|
replace github.com/logos-messaging/logos-messaging-go => github.com/waku-org/go-waku v0.8.1-0.20241028194639-dd82c24e0057
|
|
|
|
replace github.com/logos-messaging/go-discover => github.com/waku-org/go-discover v0.0.0-20240506173252-4912704efdc5
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v3 v3.2.2
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ethereum/go-ethereum v1.16.3
|
|
github.com/ipfs/go-cid v0.5.0 // indirect
|
|
github.com/libp2p/go-libp2p v0.39.1
|
|
github.com/multiformats/go-multiaddr v0.14.0
|
|
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/stretchr/testify v1.10.0
|
|
github.com/syndtr/goleveldb v1.0.1-0.20220614013038-64ee5596c38a // indirect
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
google.golang.org/protobuf v1.36.4
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
|
|
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
|
|
github.com/holiman/uint256 v1.3.2 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
|
|
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // 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-multicodec v0.9.0 // indirect
|
|
github.com/multiformats/go-multistream v0.6.0 // indirect
|
|
github.com/onsi/gomega v1.34.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/blake3 v1.3.0 // indirect
|
|
)
|