mirror of
https://github.com/status-im/status-go.git
synced 2025-02-15 08:17:28 +00:00
10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module github.com/anacrolix/sync
|
|
|
|
require (
|
|
github.com/anacrolix/missinggo v1.2.1
|
|
github.com/anacrolix/missinggo/perf v1.0.0
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
)
|
|
|
|
go 1.13
|