-
- Downloads
Update DeepCopy to not use json marshalling
... | @@ -12,6 +12,7 @@ require ( | ... | @@ -12,6 +12,7 @@ require ( |
github.com/go-redis/redis/v8 v8.11.4 | github.com/go-redis/redis/v8 v8.11.4 | ||
github.com/go-redis/redis_rate/v9 v9.1.2 | github.com/go-redis/redis_rate/v9 v9.1.2 | ||
github.com/google/uuid v1.3.0 | github.com/google/uuid v1.3.0 | ||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 | |||
github.com/opensearch-project/opensearch-go v1.1.0 | github.com/opensearch-project/opensearch-go v1.1.0 | ||
github.com/pkg/errors v0.9.1 | github.com/pkg/errors v0.9.1 | ||
github.com/r3labs/diff/v2 v2.14.2 | github.com/r3labs/diff/v2 v2.14.2 | ||
... | ... |
Please register or sign in to comment