hugo/tpl/internal/go_templates/testenv
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
..
exec.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
noopt.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
opt.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
testenv.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
testenv_cgo.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
testenv_notunix.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
testenv_notwin.go tpl: Sync go_templates for Go 1.18 2022-03-16 08:54:25 +01:00
testenv_test.go Fix upstream Go templates bug with reversed key/value assignment 2023-06-15 23:04:33 +02:00
testenv_unix.go tpl/internal: Sync go_templates 2022-11-14 22:31:50 +01:00
testenv_windows.go Pull in latest Go template source 2021-02-18 14:11:48 +01:00