From 51c156cca1b88e2f5bcf649c86a7e7736ffbb652 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Sun, 19 Feb 2023 09:36:38 +0000 Subject: pull in latest go-kv, go-cache (#1530) Signed-off-by: kim --- vendor/codeberg.org/gruf/go-kv/field.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/codeberg.org/gruf/go-kv/field.go') diff --git a/vendor/codeberg.org/gruf/go-kv/field.go b/vendor/codeberg.org/gruf/go-kv/field.go index 86a53b173..79c43822a 100644 --- a/vendor/codeberg.org/gruf/go-kv/field.go +++ b/vendor/codeberg.org/gruf/go-kv/field.go @@ -75,7 +75,7 @@ type Field struct { // Key returns the formatted key string of this Field. func (f Field) Key() string { buf := byteutil.Buffer{B: make([]byte, 0, bufsize/2)} - AppendQuoteKey(&buf, f.K) + AppendQuote(&buf, f.K) return buf.String() } -- cgit v1.2.3