mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-04-05 18:27:16 +00:00
43 lines
1.6 KiB
Modula-2
43 lines
1.6 KiB
Modula-2
module github.com/rancherfederal/hauler
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/containerd/containerd v1.5.0-rc.3
|
|
cloud.google.com/go/storage v1.8.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.31.6 // indirect
|
|
github.com/containerd/containerd v1.5.0-rc.3 // indirect
|
|
github.com/docker/cli v20.10.6+incompatible // indirect
|
|
github.com/docker/docker v20.10.6+incompatible // indirect
|
|
github.com/go-git/go-git/v5 v5.4.0
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/google/go-containerregistry v0.4.1
|
|
github.com/klauspost/compress v1.12.2 // indirect
|
|
github.com/mholt/archiver/v3 v3.5.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/opencontainers/image-spec v1.0.1
|
|
github.com/oras-project/oras-go v0.1.0
|
|
github.com/pterm/pterm v0.12.18
|
|
github.com/rogpeppe/go-internal v1.3.0
|
|
github.com/rs/zerolog v1.22.0
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/oras-project/oras-go v0.1.0 // indirect
|
|
github.com/pelletier/go-toml v1.8.1 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.1.3
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/ulikunitz/xz v0.5.8 // indirect
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
go.uber.org/zap v1.16.0 // indirect
|
|
golang.org/x/net v0.0.0-20210521195947-fe42d452be8f
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210521203332-0cec03c779c1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
k8s.io/api v0.21.1
|
|
k8s.io/apimachinery v0.21.1
|
|
k8s.io/client-go v0.21.1
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
|
sigs.k8s.io/cli-utils v0.25.0
|
|
sigs.k8s.io/controller-runtime v0.8.3
|
|
)
|