Skip to content

Commit

Permalink
update the dependency go-op
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfone committed Jul 19, 2024
1 parent 469b89c commit df32f74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/xgfone/go-sqlx

require (
github.com/xgfone/go-defaults v0.18.0
github.com/xgfone/go-op v0.9.0
github.com/xgfone/go-op v0.10.0
)

go 1.21
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/xgfone/go-defaults v0.18.0 h1:jdxUx6x1qvTn/+Tzpmp/0C4Nf2bAvf2tUiCxDwEWCUc=
github.com/xgfone/go-defaults v0.18.0/go.mod h1:RjyN5TK6hyaROkw2nyfchvCSCOch8rJ/zPO9nO4Y+EQ=
github.com/xgfone/go-op v0.9.0 h1:RxjtkwL0wQwOSUkw5SJyMeMpD3w5C8pQl4b2rBtQAls=
github.com/xgfone/go-op v0.9.0/go.mod h1:J8xaM7cCXnvDgpU3BjIqNz+1TGAJQPLKHVVeceu+emA=
github.com/xgfone/go-op v0.10.0 h1:/fs+UiKwpaweUEioYoxw0+mksvtqCe/IKD+VUIpWBWw=
github.com/xgfone/go-op v0.10.0/go.mod h1:J8xaM7cCXnvDgpU3BjIqNz+1TGAJQPLKHVVeceu+emA=
2 changes: 1 addition & 1 deletion op_updater.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func newUpdaterThree(format string) OpBuilder {

var value string
switch v := o.Val.(type) {
case op.KeyValue:
case op.KV:
right = ab.Quote(v.Key)
if s, ok := v.Val.(string); ok {
value = ab.Quote(s)
Expand Down

0 comments on commit df32f74

Please sign in to comment.