added views

This commit is contained in:
Simon Martens
2024-11-10 00:04:37 +01:00
parent cd108bb5c5
commit dafa217003
131 changed files with 32550 additions and 0 deletions

1
go.mod
View File

@@ -5,6 +5,7 @@ go 1.23.2
require (
github.com/go-git/go-git/v5 v5.12.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/yalue/merged_fs v1.3.0
)
require (