repos / pgit

static site generator for git
git clone https://github.com/picosh/pgit.git

Eric Bower · 25 Apr 24

go.mod

 1module github.com/picosh/pgit
 2
 3go 1.18
 4
 5require (
 6	github.com/alecthomas/chroma/v2 v2.13.0
 7	github.com/dustin/go-humanize v1.0.0
 8	github.com/gogs/git-module v1.6.0
 9)
10
11require (
12	github.com/dlclark/regexp2 v1.11.0 // indirect
13	github.com/mcuadros/go-version v0.0.0-20190308113854-92cdf37c5b75 // indirect
14	github.com/stretchr/testify v1.8.1 // indirect
15	golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
16)