add general shizzle

(cherry picked from commit 72d164f3960436093d01d00d5ed6d43bc2e4e256)
This commit is contained in:
kjeld Schouten-Lebbing
2021-05-19 17:59:27 +02:00
parent af4ce68c68
commit fd43d79929
5 changed files with 1527 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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.5.4
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
)