diff --git a/go.mod b/go.mod index 9a8fd3271..4057eb0ae 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/valyala/fastjson v1.4.1 github.com/valyala/gozstd v1.6.0 github.com/valyala/histogram v1.0.1 - github.com/valyala/quicktemplate v1.1.1 + github.com/valyala/quicktemplate v1.2.0 golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a ) diff --git a/go.sum b/go.sum index 24ac5fa64..ae5abbea0 100644 --- a/go.sum +++ b/go.sum @@ -45,8 +45,8 @@ github.com/valyala/gozstd v1.6.0 h1:34qKK75C6Dx9zof2JqUiunfJQ87Up6vTHXABWDyCH+g= github.com/valyala/gozstd v1.6.0/go.mod h1:y5Ew47GLlP37EkTB+B4s7r6A5rdaeB7ftbl9zoYiIPQ= github.com/valyala/histogram v1.0.1 h1:FzA7n2Tz/wKRMejgu3PV1vw3htAklTjjuoI6z3d4KDg= github.com/valyala/histogram v1.0.1/go.mod h1:lQy0xA4wUz2+IUnf97SivorsJIp8FxsnRd6x25q7Mto= -github.com/valyala/quicktemplate v1.1.1 h1:C58y/wN0FMTi2PR0n3onltemfFabany53j7M6SDDB8k= -github.com/valyala/quicktemplate v1.1.1/go.mod h1:EH+4AkTd43SvgIbQHYu59/cJyxDoOVRUAfrukLPuGJ4= +github.com/valyala/quicktemplate v1.2.0 h1:BaO1nHTkspYzmAjPXj0QiDJxai96tlcZyKcI9dyEGvM= +github.com/valyala/quicktemplate v1.2.0/go.mod h1:EH+4AkTd43SvgIbQHYu59/cJyxDoOVRUAfrukLPuGJ4= github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a h1:aYOabOQFp6Vj6W1F80affTUvO9UxmJRx8K0gsfABByQ= diff --git a/vendor/github.com/valyala/quicktemplate/README.md b/vendor/github.com/valyala/quicktemplate/README.md index 3c104f40f..3c2a420c7 100644 --- a/vendor/github.com/valyala/quicktemplate/README.md +++ b/vendor/github.com/valyala/quicktemplate/README.md @@ -605,7 +605,6 @@ BenchmarkMarshalXMLQuickTemplate1000-4 30000 53000 ns/op 32 B/ * Clear syntax insead of hard-to-understand magic stuff related to template arguments, template inheritance and embedding function templates into other templates. - * Performance optimizations. * *Is there a syntax highlighting for qtpl files?* diff --git a/vendor/modules.txt b/vendor/modules.txt index 7e1d2e654..026ea95d0 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -23,7 +23,7 @@ github.com/valyala/fastrand github.com/valyala/gozstd # github.com/valyala/histogram v1.0.1 github.com/valyala/histogram -# github.com/valyala/quicktemplate v1.1.1 +# github.com/valyala/quicktemplate v1.2.0 github.com/valyala/quicktemplate # golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a golang.org/x/sys/unix