Skip to content

Commit d6f5a2c

Browse files
committed
add resolvable configmap/secret refs
1 parent cc63d58 commit d6f5a2c

File tree

6 files changed

+378
-73
lines changed

6 files changed

+378
-73
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.21
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3
7+
github.com/hashicorp/go-multierror v1.1.1
78
github.com/pkg/errors v0.9.1
89
github.com/sap/go-generics v0.1.5
910
github.com/spf13/pflag v1.0.5
@@ -42,6 +43,7 @@ require (
4243
github.com/google/gofuzz v1.2.0 // indirect
4344
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
4445
github.com/google/uuid v1.3.0 // indirect
46+
github.com/hashicorp/errwrap v1.0.0 // indirect
4547
github.com/huandu/xstrings v1.3.3 // indirect
4648
github.com/imdario/mergo v0.3.12 // indirect
4749
github.com/josharian/intern v1.0.0 // indirect

0 commit comments

Comments
 (0)