mirror of
https://github.com/regclient/regclient.git
synced 2025-04-18 22:44:00 +03:00
- Alpine base image to v3.21.3 - Go image to latest commit - ECR credential helper to latest commit - docker/build-push-action to v6.14.0 - sigstore/cosign to v2.4.3 - sigstore/cosign-installer to v3.8.1 - github.com/klauspost/compress to v1.18.0 - github.com/spf13/cobra to v1.9.1 Signed-off-by: Brandon Mitchell <git@bmitch.net>
24 lines
598 B
Modula-2
24 lines
598 B
Modula-2
module github.com/regclient/regclient
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
|
|
github.com/klauspost/compress v1.18.0
|
|
github.com/olareg/olareg v0.1.2
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/ulikunitz/xz v0.5.12
|
|
github.com/yuin/gopher-lua v1.1.1
|
|
golang.org/x/sys v0.30.0
|
|
golang.org/x/term v0.29.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
)
|