mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* [scrubber] Improve KeyValue performance * Update benchmark comment * update go mod * Add metaID to hashed fields --------- Co-authored-by: Pudong Zheng <pudong@gitpod.io>
10 lines
191 B
Modula-2
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
|
|
)
|