From 023675c33ed0e29aa891e719477e8611068d8691 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sat, 24 Aug 2019 13:39:46 +0300 Subject: [PATCH] vendor: update github.com/valyala/quicktemplate from v1.1.1 to v1.2.0 --- go.mod | 2 +- go.sum | 4 ++-- vendor/github.com/valyala/quicktemplate/README.md | 1 - vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 8a5a00e1ba..cd5f326199 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,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 bc02310921..f8fcdaa980 100644 --- a/go.sum +++ b/go.sum @@ -47,8 +47,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 3c104f40fc..3c2a420c7a 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 3a135fa80d..ed2c971c90 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -25,7 +25,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