Alexander "PapaTutuWawa
510e60a42e
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
12 lines
305 B
Modula-2
12 lines
305 B
Modula-2
module git.polynom.me/papatutuwawa/woodpecker-ssg-deploy
|
|
|
|
go 1.21.5
|
|
|
|
require github.com/urfave/cli/v2 v2.27.1
|
|
|
|
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
|
|
)
|