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.

12 lines
283 B
Modula-2

1 year ago
module github.com/rocky-linux/rpaste
go 1.18
4 months ago
require github.com/urfave/cli/v2 v2.23.5
1 year ago
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
1 year ago
)