Tristan Stenner 94259afd10 feat(templating): add hexdec function (#6422) 2 هفته پیش
..
LICENSE.txt f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
README.md f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
crypto.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
date.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
defaults.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
dict.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
functions.go 94259afd10 feat(templating): add hexdec function (#6422) 2 هفته پیش
list.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
numeric.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
reflect.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
regex.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
semver.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش
strings.go 94259afd10 feat(templating): add hexdec function (#6422) 2 هفته پیش
url.go f555418645 chore: rip out sprig dependency (#6170) 2 ماه پیش

README.md

Sprig Template Functions (Vendored)

This package contains template functions copied from github.com/Masterminds/sprig/v3 (v3.3.1-0.20241028115027-8cb06fe3c8).

The original code is licensed under the MIT License. See the upstream repository for the full license text.

The following functions have been intentionally excluded:

  • env — exposes environment variables to templates
  • expandenv — expands environment variables in strings
  • getHostByName — performs DNS lookups

These functions were removed to prevent information disclosure through templates.