Add experimental registry cleanup
All checks were successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/tag Pipeline was successful

This commit is contained in:
2025-01-14 02:57:33 +04:00
parent c822b2a1f9
commit b4b1c47eae
3 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
module source.hodakov.me/hdkv/docker-phpbb/scripts/registry-cleanup
go 1.23.4
require (
code.gitea.io/sdk/gitea v0.20.0
github.com/carlmjohnson/requests v0.24.3
github.com/davecgh/go-spew v1.1.0
)
require (
github.com/42wim/httpsig v1.2.1 // indirect
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.23.0 // indirect
)