mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-05-13 04:37:32 +00:00
27 lines
982 B
Modula-2
27 lines
982 B
Modula-2
module github.com/rancherfederal/hauler
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.8.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.31.6 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/google/go-containerregistry v0.4.1
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
|
|
github.com/hashicorp/go-getter v1.5.3
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/klauspost/compress v1.12.1 // indirect
|
|
github.com/mholt/archiver/v3 v3.5.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/spf13/viper v1.4.0
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
|
|
golang.org/x/sys v0.0.0-20210421221651-33663a62ff08 // indirect
|
|
google.golang.org/api v0.25.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
|
honnef.co/go/tools v0.0.1-2020.1.5 // indirect
|
|
k8s.io/apimachinery v0.17.4
|
|
)
|