Skip to content

Commit b4167e4

Browse files
build(deps): bump github.com/chenquan/sqlplus from 0.2.0 to 0.3.0 (#12)
Bumps [github.com/chenquan/sqlplus](https://github.com/chenquan/sqlplus) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/chenquan/sqlplus/releases) - [Commits](chenquan/sqlplus@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: github.com/chenquan/sqlplus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 197bd7d commit b4167e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/chenquan/sqlbreaker
33
go 1.16
44

55
require (
6-
github.com/chenquan/sqlplus v0.2.0
6+
github.com/chenquan/sqlplus v0.3.0
77
github.com/stretchr/testify v1.8.1
88
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/chenquan/sqlplus v0.2.0 h1:pMTIYoJfZ9wUE5wmqLkfkEVTjfX7m7nnGg/7LLEjEes=
2-
github.com/chenquan/sqlplus v0.2.0/go.mod h1:5CnLnO6rlxUVA06pZVNkaV1hvm1rSPhEYCNbf41etkU=
1+
github.com/chenquan/sqlplus v0.3.0 h1:ySOnnbdzDVYJQaVSvbv8Psk+ZHdRxtHkNc7s4DFmZ7k=
2+
github.com/chenquan/sqlplus v0.3.0/go.mod h1:qsBOsUzPCWOk+rRz48A1WhD9mtaeOzavn68zhdoLzeY=
33
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
44
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
55
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)