Introduction
Introduction Statistics Contact Development Disclaimer Help
go.mod - staticgit - A git static site generator in GO with HTML output!
git clone git://jay.scot/staticgit
Log
Files
Refs
README
---
go.mod (1301B)
---
1 module staticgit
2
3 go 1.22.5
4
5 require github.com/go-git/go-git/v5 v5.12.0
6
7 require (
8 dario.cat/mergo v1.0.0 // indirect
9 github.com/Microsoft/go-winio v0.6.1 // indirect
10 github.com/ProtonMail/go-crypto v1.0.0 // indirect
11 github.com/cloudflare/circl v1.3.7 // indirect
12 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
13 github.com/emirpasic/gods v1.18.1 // indirect
14 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // i…
15 github.com/go-git/go-billy/v5 v5.5.0 // indirect
16 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da …
17 github.com/inconshreveable/mousetrap v1.1.0 // indirect
18 github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 …
19 github.com/kevinburke/ssh_config v1.2.0 // indirect
20 github.com/pjbgf/sha1cd v0.3.0 // indirect
21 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 //…
22 github.com/skeema/knownhosts v1.2.2 // indirect
23 github.com/spf13/cobra v1.8.1 // indirect
24 github.com/spf13/pflag v1.0.5 // indirect
25 github.com/xanzy/ssh-agent v0.3.3 // indirect
26 golang.org/x/crypto v0.21.0 // indirect
27 golang.org/x/mod v0.12.0 // indirect
28 golang.org/x/net v0.22.0 // indirect
29 golang.org/x/sys v0.18.0 // indirect
30 golang.org/x/tools v0.13.0 // indirect
31 gopkg.in/warnings.v0 v0.1.2 // indirect
32 )
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.