summaryrefslogtreecommitdiff
path: root/vendor/codeberg.org/gruf/go-structr/key.go
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-08-14 12:08:24 +0000
committerLibravatar GitHub <noreply@github.com>2024-08-14 12:08:24 +0000
commitf8d5b9f49c150574442c2d30add41981ac67e97b (patch)
treee334c632223430673b422a2d8562b494c101d174 /vendor/codeberg.org/gruf/go-structr/key.go
parent[security] harden account update logic (#3198) (diff)
downloadgotosocial-f8d5b9f49c150574442c2d30add41981ac67e97b.tar.xz
update go-structr to v0.8.8 (#3199)
Diffstat (limited to 'vendor/codeberg.org/gruf/go-structr/key.go')
-rw-r--r--vendor/codeberg.org/gruf/go-structr/key.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/codeberg.org/gruf/go-structr/key.go b/vendor/codeberg.org/gruf/go-structr/key.go
index 099f70f99..65bdba455 100644
--- a/vendor/codeberg.org/gruf/go-structr/key.go
+++ b/vendor/codeberg.org/gruf/go-structr/key.go
@@ -10,8 +10,8 @@ import (
// lookup (potentially) stored
// entries in an Index.
type Key struct {
- raw []any
key string
+ raw []any
}
// Key returns the underlying cache key string.