Skip to content

Commit

Permalink
fix: go mod tidy example/migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz committed Nov 27, 2024
1 parent 98e578b commit 44c44fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/migrate/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ replace github.com/uptrace/bun/driver/sqliteshim => ../../driver/sqliteshim

require (
github.com/uptrace/bun v1.2.6
github.com/uptrace/bun/dialect/sqlitedialect v1.2.6
github.com/uptrace/bun/driver/sqliteshim v1.2.6
github.com/uptrace/bun/dialect/sqlitedialect v1.2.7-0.20241126124946-928d0779110e
github.com/uptrace/bun/driver/sqliteshim v1.2.7-0.20241126124946-928d0779110e
github.com/uptrace/bun/extra/bundebug v1.2.6
github.com/urfave/cli/v2 v2.27.5
)
Expand Down

0 comments on commit 44c44fc

Please sign in to comment.