mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 09:47:53 +00:00
9 lines
136 B
Modula-2
9 lines
136 B
Modula-2
module github.com/libp2p/go-yamux/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|