You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lenmonitor/go.mod

12 lines
213 B
Modula-2

module git.lcomrade.su/root/lenmonitor
go 1.16
replace git.lcomrade.su/root/lenmonitor => ./
require (
github.com/alecthomas/chroma/v2 v2.4.0
github.com/lib/pq v1.10.7
github.com/mattn/go-sqlite3 v1.14.16
)