Tristan Stenner 94259afd10 feat(templating): add hexdec function (#6422) 3 долоо хоног өмнө
..
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) 3 долоо хоног өмнө
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) 3 долоо хоног өмнө
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.