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

13 lines
261 B
Modula-2

module git.lcomrade.su/root/lenpaste
go 1.11
replace git.lcomrade.su/root/lenpaste/internal => ./internal
require (
git.lcomrade.su/root/lineend v1.0.0
github.com/alecthomas/chroma v0.10.0
github.com/mattn/go-sqlite3 v1.14.15
github.com/lib/pq v1.10.6
)