Skip to content

Commit 5e4984f

Browse files
authored
feat: Enable sprig template function library to webhook template renderer (#445)
1 parent 29d6264 commit 5e4984f

File tree

4 files changed

+34
-153
lines changed

4 files changed

+34
-153
lines changed

go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ module github.com/aws/aws-node-termination-handler
33
go 1.16
44

55
require (
6+
github.com/Masterminds/sprig/v3 v3.2.2
67
github.com/aws/aws-sdk-go v1.33.1
78
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9+
github.com/huandu/xstrings v1.3.2 // indirect
10+
github.com/mitchellh/copystructure v1.2.0 // indirect
811
github.com/rs/zerolog v1.18.0
912
go.opentelemetry.io/contrib/instrumentation/runtime v0.6.1
1013
go.opentelemetry.io/otel v0.6.0

0 commit comments

Comments
 (0)