mirror of
https://github.com/logos-messaging/go-discover.git
synced 2026-01-02 13:03:12 +00:00
* feat: use zap logger * chore: upgrade go-ethereum * chore: use stdlib min * fix: IP, Addr, AddrPort changes * fix: more logging replace
28 lines
957 B
Modula-2
28 lines
957 B
Modula-2
module github.com/waku-org/go-discover
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/ethereum/go-ethereum v1.16.3
|
|
github.com/stretchr/testify v1.10.0
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/crypto v0.36.0
|
|
)
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
|
|
github.com/holiman/uint256 v1.3.2 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
|
|
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|