| module github.com/giolekva/pcloud/core/installer | |
| go 1.16 | |
| require ( | |
| github.com/go-git/go-billy/v5 v5.3.1 | |
| github.com/go-git/go-git/v5 v5.4.2 | |
| github.com/spf13/cobra v1.4.0 | |
| golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 | |
| helm.sh/helm/v3 v3.9.0 | |
| sigs.k8s.io/yaml v1.3.0 | |
| ) |