Wouter Verlaek 185c0428c2
[scrubber] Improve KeyValue performance (#19052)
* [scrubber] Improve KeyValue performance

* Update benchmark comment

* update go mod

* Add metaID to hashed fields

---------

Co-authored-by: Pudong Zheng <pudong@gitpod.io>
2023-11-10 16:17:48 +02:00

10 lines
191 B
Modula-2

module github.com/gitpod-io/gitpod/components/scrubber
go 1.21
require (
github.com/google/go-cmp v0.5.9
github.com/hashicorp/golang-lru v1.0.2
github.com/mitchellh/reflectwalk v1.0.2
)