2019-10-04 02:27:05 +08:00
|
|
|
module helm.sh/helm/v3
|
2019-03-22 23:23:13 +08:00
|
|
|
|
2020-09-22 10:58:17 +08:00
|
|
|
go 1.14
|
2019-03-22 23:23:13 +08:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-04-17 04:53:40 +08:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.4.1
|
2020-09-02 00:44:52 +08:00
|
|
|
github.com/Masterminds/goutils v1.1.0
|
2020-04-17 02:12:30 +08:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.0
|
|
|
|
|
github.com/Masterminds/sprig/v3 v3.1.0
|
2020-06-24 02:07:48 +08:00
|
|
|
github.com/Masterminds/squirrel v1.4.0
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/Masterminds/vcs v1.13.1
|
2020-06-24 02:07:48 +08:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
|
|
|
|
|
github.com/containerd/containerd v1.3.4
|
2019-10-09 00:13:43 +08:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.2
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/deislabs/oras v0.8.1
|
2019-03-22 23:23:13 +08:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
|
2019-10-29 04:45:51 +08:00
|
|
|
github.com/docker/go-units v0.4.0
|
2020-09-26 00:15:06 +08:00
|
|
|
github.com/evanphx/json-patch v4.9.0+incompatible
|
2019-03-22 23:23:13 +08:00
|
|
|
github.com/gobwas/glob v0.2.3
|
2020-09-28 21:28:25 +08:00
|
|
|
github.com/gofrs/flock v0.8.0
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/gosuri/uitable v0.0.4
|
2020-09-26 00:15:06 +08:00
|
|
|
github.com/jessevdk/go-flags v1.4.0 // indirect
|
2020-04-17 04:53:40 +08:00
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-09-28 21:27:48 +08:00
|
|
|
github.com/lib/pq v1.8.0
|
2020-02-26 02:42:20 +08:00
|
|
|
github.com/mattn/go-shellwords v1.0.10
|
2019-10-18 05:02:51 +08:00
|
|
|
github.com/mitchellh/copystructure v1.0.0
|
2020-06-24 02:07:48 +08:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2019-03-22 23:23:13 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-06-24 02:07:48 +08:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
|
|
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-04-12 01:07:42 +08:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2019-10-29 04:45:51 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-06-24 02:07:48 +08:00
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2020-09-26 00:15:06 +08:00
|
|
|
k8s.io/api v0.19.2
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.19.2
|
|
|
|
|
k8s.io/apimachinery v0.19.2
|
|
|
|
|
k8s.io/cli-runtime v0.19.2
|
|
|
|
|
k8s.io/client-go v0.19.2
|
2019-10-29 04:45:51 +08:00
|
|
|
k8s.io/klog v1.0.0
|
2020-09-26 00:15:06 +08:00
|
|
|
k8s.io/kubectl v0.19.2
|
2020-04-13 23:40:38 +08:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2019-03-22 23:23:13 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace (
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible
|
|
|
|
|
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
|
2019-03-22 23:23:13 +08:00
|
|
|
)
|