Add experimental registry cleanup
This commit is contained in:
19
scripts/registry-cleanup/go.mod
Normal file
19
scripts/registry-cleanup/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user