Skip to content

Commit

Permalink
Merge pull request #4 from alimy/dependabot/go_modules/github.com/bit…
Browse files Browse the repository at this point in the history
…bus/sqlx-1.8.1

mod: bump github.com/bitbus/sqlx from 1.8.0 to 1.8.1
  • Loading branch information
alimy authored Oct 23, 2023
2 parents a37fc8e + 7eb1005 commit eda6c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/alimy/yesql
go 1.18

require (
github.com/bitbus/sqlx v1.8.0
github.com/bitbus/sqlx v1.8.1
gopkg.in/yaml.v3 v3.0.1
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/bitbus/sqlx v1.8.0 h1:2mhQscUW9Qc95gUONNswkuDaJiluVUfmBP4yw2cSK7M=
github.com/bitbus/sqlx v1.8.0/go.mod h1:MemKLfQ600g6PxUVsIDe48PlY3wOquyW2ApeiXoynFo=
github.com/bitbus/sqlx v1.8.1 h1:Kbp4I0twyUU1C7U+J1LFpEvyEuQu9p7FR+kV7q9p2dQ=
github.com/bitbus/sqlx v1.8.1/go.mod h1:MemKLfQ600g6PxUVsIDe48PlY3wOquyW2ApeiXoynFo=
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/mattn/go-sqlite3 v1.14.17 h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM=
Expand Down

0 comments on commit eda6c29

Please sign in to comment.