mirror of
https://github.com/status-im/status-go.git
synced 2025-01-16 09:47:13 +00:00
13 lines
264 B
Modula-2
13 lines
264 B
Modula-2
|
module modernc.org/libc
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/google/uuid v1.3.0
|
||
|
github.com/mattn/go-isatty v0.0.12
|
||
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
|
||
|
modernc.org/ccgo/v3 v3.12.67 // indirect
|
||
|
modernc.org/mathutil v1.4.1
|
||
|
modernc.org/memory v1.0.5
|
||
|
)
|