VictoriaMetrics/vendor/github.com/valyala/fasttemplate/go.mod
Aliaksandr Valialkin c402265e88 all: support %{ENV_VAR} placeholders in yaml configs in all the vm* components
Such placeholders are substituted by the corresponding environment variable values.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/583
2020-08-13 17:15:25 +03:00

5 lines
98 B
Modula-2

module github.com/valyala/fasttemplate
go 1.12
require github.com/valyala/bytebufferpool v1.0.0