hugo/tpl/internal
Bjørn Erik Pedersen ee359df172 Fix upstream Go templates bug with reversed key/value assignment
The template packages are based on go1.20.5 with the patch in befec5ddbbfbd81ec84e74e15a38044d67f8785b  added.

This also includes a security fix that now disallows Go template actions in JS literals (inside backticks).

This will throw an error saying "... appears in a JS template literal".

If you're really sure this isn't a security risk in your case, you can revert to the old behaviour:

```toml
[security]
[security.gotemplates]
allowActionJSTmpl = true
```

See https://github.com/golang/go/issues/59234

Fixes #11112
2023-06-15 23:04:33 +02:00
..
go_templates Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
resourcehelpers Improve error messages, esp. when the server is running 2022-05-06 19:43:22 +02:00
templatefuncRegistry_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
templatefuncsRegistry.go all: Replace deprecated ioutil with io and os 2023-06-01 17:52:21 +02:00