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.
|
module git.lcomrade.su/root/lenpaste
|
|
|
|
go 1.16
|
|
|
|
replace git.lcomrade.su/root/lenpaste/internal => ./internal
|
|
|
|
require (
|
|
git.lcomrade.su/root/lineend v1.0.0
|
|
github.com/alecthomas/chroma/v2 v2.4.0
|
|
github.com/lib/pq v1.10.7
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
)
|