Skip to content

Commit

Permalink
Use masudur-rahman/database@v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Masudur Rahman <masudjuly02@gmail.com>
  • Loading branch information
masudur-rahman committed Feb 26, 2024
1 parent 64dddab commit 0ffc3cf
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 76 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/graphql-go/graphql v0.8.1
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/masudur-rahman/database v1.1.0
github.com/masudur-rahman/database v1.1.1
github.com/masudur-rahman/go-oneliners v1.0.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/rs/xid v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgx
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/magiconair/properties v1.8.6/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60=
github.com/masudur-rahman/database v1.1.0 h1:TAM5ovh1wRwoDFE1unN/Gd2Lj+fcLjGodgn2z2S3AWg=
github.com/masudur-rahman/database v1.1.0/go.mod h1:E1t3JHMhB2OZUxZ7OSPwcbY35UyTwlusjPc9kX0cZPE=
github.com/masudur-rahman/database v1.1.1 h1:Pi4OjJVjPa6YFY4fQT5eHkKxWPU7hcAyTXSQeWqqVlo=
github.com/masudur-rahman/database v1.1.1/go.mod h1:E1t3JHMhB2OZUxZ7OSPwcbY35UyTwlusjPc9kX0cZPE=
github.com/masudur-rahman/go-oneliners v1.0.0 h1:77T+jsdp0TGEWp//OAk6XkzwO/uAmyasjZJfdYFfdnw=
github.com/masudur-rahman/go-oneliners v1.0.0/go.mod h1:5i+VnhZ/R+APsPpo1lZyw19oiO90zXYvKYMLSrFyKec=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/masudur-rahman/database/sql/database.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 59 additions & 72 deletions vendor/github.com/masudur-rahman/database/sql/sqlite/sqlite.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ github.com/jedib0t/go-pretty/v6/text
github.com/lib/pq
github.com/lib/pq/oid
github.com/lib/pq/scram
# github.com/masudur-rahman/database v1.1.0
# github.com/masudur-rahman/database v1.1.1
## explicit; go 1.20
github.com/masudur-rahman/database/pkg
github.com/masudur-rahman/database/sql
Expand Down

0 comments on commit 0ffc3cf

Please sign in to comment.