mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-03 05:14:52 +01:00
13 lines
214 B
Modula-2
13 lines
214 B
Modula-2
|
module modernc.org/sqlite
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/mattn/go-sqlite3 v1.14.6
|
||
|
modernc.org/ccgo/v3 v3.9.5
|
||
|
modernc.org/libc v1.9.11
|
||
|
modernc.org/mathutil v1.4.0
|
||
|
modernc.org/tcl v1.5.5
|
||
|
modernc.org/z v1.0.1
|
||
|
)
|