From df39981c228ec0b00850d43a8cfb88a6e5822e0f Mon Sep 17 00:00:00 2001 From: Artem Danilov Date: Tue, 19 Sep 2023 11:46:39 -0700 Subject: [PATCH] fix timestamp in client-go dependeny (#7) Co-authored-by: artem_danilov --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 01ffb264527b7..5551ae82db3c3 100644 --- a/go.mod +++ b/go.mod @@ -90,7 +90,7 @@ require ( github.com/stretchr/testify v1.8.0 github.com/tdakkota/asciicheck v0.1.1 github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2 - github.com/tikv/client-go/v2 v2.0.4-0.20230829002742-32c4ef54d6ed + github.com/tikv/client-go/v2 v2.0.4-0.20230918062126-32c4ef54d6ed github.com/tikv/pd/client v0.0.0-20230904040343-947701a32c05 github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 github.com/twmb/murmur3 v1.1.3