feat: working helm template

This commit is contained in:
2023-04-07 00:06:38 +02:00
parent 44575dd763
commit 3ab20c8a87
7 changed files with 68 additions and 42 deletions

View File

@@ -2,10 +2,9 @@ module shuttletask
go 1.20
require (
dagger.io/dagger v0.5.2
github.com/stretchr/testify v1.8.1
github.com/stretchr/testify v1.8.2
)
require (
@@ -16,8 +15,8 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vektah/gqlparser/v2 v2.5.1 // indirect
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230406144450-c44ea3d9ff41
replace github.com/lunarway/shuttle => github.com/kjuulh/shuttle v0.0.0-20230406204032-939c1779c5f3