Files
truecharts/go.mod
dependabot[bot] 5302d79a9c Bump helm.sh/helm/v3 from 3.5.4 to 3.6.1 (#721)
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.5.4 to 3.6.1.
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](https://github.com/helm/helm/compare/v3.5.4...v3.6.1)

---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-27 20:04:26 +02:00

16 lines
396 B
Modula-2

module github.com/truecharts/apps
go 1.16
require (
github.com/Jeffail/gabs v1.4.0
github.com/stretchr/testify v1.7.0
helm.sh/helm/v3 v3.6.1
sigs.k8s.io/yaml v1.2.0
)
replace (
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible
)