Skip to content

Commit

Permalink
huge templace improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
bergerx committed Sep 28, 2021
1 parent 81b9955 commit 5e4b280
Show file tree
Hide file tree
Showing 4 changed files with 723 additions and 178 deletions.
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ go 1.12
replace github.com/gorilla/rpc v1.2.0+incompatible => github.com/gorilla/rpc v1.2.0 // https://github.com/gorilla/rpc/issues/65#issuecomment-518834577

require (
github.com/Masterminds/sprig/v3 v3.0.2
github.com/Masterminds/sprig/v3 v3.2.2
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0
github.com/fatih/color v1.13.0
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/rakyll/statik v0.1.7
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.0
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/cli-runtime v0.22.2
Expand Down
Loading

0 comments on commit 5e4b280

Please sign in to comment.