From c6c4f128b43ca77c86f2a5a573685623fd110d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Oct 2022 02:20:51 +0000 Subject: [PATCH] build(deps): bump github.com/openacid/testkeys from 0.1.6 to 0.1.7 Bumps [github.com/openacid/testkeys](https://github.com/openacid/testkeys) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/openacid/testkeys/releases) - [Commits](https://github.com/openacid/testkeys/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: github.com/openacid/testkeys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7edd7ed5..dd91aa84 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/openacid/low v0.1.21 github.com/openacid/must v0.1.3 github.com/openacid/tablewriter v0.0.0-20190429071406-b14f71081b86 - github.com/openacid/testkeys v0.1.6 + github.com/openacid/testkeys v0.1.7 github.com/openacid/testutil v0.1.3 github.com/stretchr/testify v1.8.1 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect diff --git a/go.sum b/go.sum index 47303f70..a8d09dc5 100644 --- a/go.sum +++ b/go.sum @@ -25,8 +25,9 @@ github.com/openacid/must v0.1.3 h1:deanGZVyVwV+ozfwNFbRU5YF7czXeQ67s8GVyZxzKW4= github.com/openacid/must v0.1.3/go.mod h1:luPiXCuJlEo3UUFQngVQokV0MPGryeYvtCbQPs3U1+I= github.com/openacid/tablewriter v0.0.0-20190429071406-b14f71081b86 h1:VDKQXFTUgOiucWNpIruW0TQAG6oAq9p2pVQGlXkgtT0= github.com/openacid/tablewriter v0.0.0-20190429071406-b14f71081b86/go.mod h1:iJAvCLjVGFyZOV2Oh123q4PMcoBv2qQLEvjlVIM9E2E= -github.com/openacid/testkeys v0.1.6 h1:vuQZu/NM6nJo0OKUcaFNtm76Rnv3fMIIXrjp0gFX7FM= github.com/openacid/testkeys v0.1.6/go.mod h1:MfA7cACzBpbiwekivj8StqX0WIRmqlMsci1c37CA3Do= +github.com/openacid/testkeys v0.1.7 h1:8mai/cJLsVvBob8K9RrXilkatK4oahfCZdxDJ8CUK7I= +github.com/openacid/testkeys v0.1.7/go.mod h1:MfA7cACzBpbiwekivj8StqX0WIRmqlMsci1c37CA3Do= github.com/openacid/testutil v0.1.3 h1:jSUo9ZlLho1xQO0M4paxNOHJSvpXKIm9GtwrQLRwIC0= github.com/openacid/testutil v0.1.3/go.mod h1:qgfN+myXuX8gc+JveuP+sts//cpvCGRM5BIqwpYnzIs= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=