Fetch repositories to /tmp, not in-memory.

This commit is contained in:
Catherine
2025-09-18 04:32:23 +00:00
parent 07a736382c
commit 0ed4fd2fc2
2 changed files with 19 additions and 4 deletions
+1 -1
View File
@@ -4,6 +4,7 @@ go 1.25.0
require (
github.com/KimMachineGun/automemlimit v0.7.4
github.com/go-git/go-billy/v6 v6.0.0-20250627091229-31e2a16eef30
github.com/go-git/go-git/v6 v6.0.0-20250910120214-3a68d0404116
github.com/maypok86/otter/v2 v2.2.1
github.com/minio/minio-go/v7 v7.0.95
@@ -20,7 +21,6 @@ require (
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/go-git/gcfg/v2 v2.0.2 // indirect
github.com/go-git/go-billy/v6 v6.0.0-20250627091229-31e2a16eef30 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect