Reorganize, add README and LICENSE.

This commit is contained in:
Catherine
2025-09-05 08:56:35 +00:00
parent 81d795923f
commit 61b226c1f2
7 changed files with 88 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
module whitequark.org/git-pages
go 1.24.0
toolchain go1.24.4
require (
github.com/cyphar/filepath-securejoin v0.4.1
github.com/go-git/go-billy/v6 v6.0.0-20250902094905-c2c3cf4b2510
github.com/go-git/go-git/v6 v6.0.0-20250831162718-34f273445e00
golang.org/x/sys v0.35.0
)
require (
dario.cat/mergo v1.0.2 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.3.0 // indirect
github.com/cloudflare/circl v1.6.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg/v2 v2.0.2 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/kevinburke/ssh_config v1.4.0 // indirect
github.com/pjbgf/sha1cd v0.4.0 // indirect
github.com/sergi/go-diff v1.4.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
golang.org/x/net v0.43.0 // indirect
)