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.
lenpaste/go.mod

11 lines
197 B
Modula-2

module git.lcomrade.su/root/lenpaste
go 1.11
replace git.lcomrade.su/root/lenpaste/internal => ./internal
require (
github.com/alecthomas/chroma v0.10.0
github.com/mattn/go-sqlite3 v1.14.13
)