mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
13 lines
270 B
Modula-2
13 lines
270 B
Modula-2
module modernc.org/libc
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/mattn/go-isatty v0.0.12
|
|
golang.org/x/sys v0.0.0-20201126233918-771906719818
|
|
modernc.org/cc/v3 v3.33.6 // indirect
|
|
modernc.org/ccgo/v3 v3.9.5 // indirect
|
|
modernc.org/mathutil v1.4.0
|
|
modernc.org/memory v1.0.4
|
|
)
|