2019-10-04 02:27:05 +08:00
|
|
|
module helm.sh/helm/v3
|
2019-03-22 23:23:13 +08:00
|
|
|
|
2021-02-18 23:08:53 +08:00
|
|
|
go 1.16
|
2019-03-22 23:23:13 +08:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-09-29 14:28:13 +08:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
2020-12-15 00:34:28 +08:00
|
|
|
github.com/Masterminds/semver/v3 v3.1.1
|
2021-02-05 05:08:03 +08:00
|
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
2020-12-15 00:10:17 +08:00
|
|
|
github.com/Masterminds/squirrel v1.5.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
|
2021-10-05 04:43:50 +08:00
|
|
|
github.com/containerd/containerd v1.5.7
|
2019-10-09 00:13:43 +08:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.2
|
2021-08-05 00:09:46 +08:00
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20210804104954-38ab4c606ee3
|
2021-03-17 09:47:14 +08:00
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
|
2021-08-25 23:33:42 +08:00
|
|
|
github.com/evanphx/json-patch v4.11.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
|
2021-02-08 23:34:10 +08:00
|
|
|
github.com/jmoiron/sqlx v1.3.1
|
2021-09-03 05:14:43 +08:00
|
|
|
github.com/lib/pq v1.10.3
|
2021-01-28 03:58:46 +08:00
|
|
|
github.com/mattn/go-shellwords v1.0.11
|
2021-02-03 13:56:06 +08:00
|
|
|
github.com/mitchellh/copystructure v1.1.1
|
2019-03-22 23:23:13 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2020-10-06 01:20:04 +08:00
|
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
2020-02-05 03:54:13 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-06-03 22:38:52 +08:00
|
|
|
github.com/rubenv/sql-migrate v0.0.0-20210614095031-55d5740dbbcc
|
2021-03-10 14:03:59 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-10 04:26:50 +08:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2019-10-29 04:45:51 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-01-28 03:52:25 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-06-24 02:07:48 +08:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0
|
2021-06-03 22:38:52 +08:00
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
2021-06-08 13:45:40 +08:00
|
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
2021-04-13 10:54:52 +08:00
|
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
|
2021-08-25 23:33:42 +08:00
|
|
|
k8s.io/api v0.22.1
|
|
|
|
|
k8s.io/apiextensions-apiserver v0.22.1
|
|
|
|
|
k8s.io/apimachinery v0.22.1
|
|
|
|
|
k8s.io/apiserver v0.22.1
|
|
|
|
|
k8s.io/cli-runtime v0.22.1
|
|
|
|
|
k8s.io/client-go v0.22.1
|
|
|
|
|
k8s.io/klog/v2 v2.9.0
|
|
|
|
|
k8s.io/kubectl v0.22.1
|
2021-06-11 22:10:09 +08:00
|
|
|
oras.land/oras-go v0.4.0
|
2021-08-27 04:22:38 +08:00
|
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
2020-04-13 23:40:38 +08:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2019-03-22 23:23:13 +08:00
|
|
|
)
|