Skip to content

Commit

Permalink
Use updated base package with fixed firebird SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrichattila committed Jul 25, 2024
1 parent ecf0989 commit 151484d
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 @@ -8,7 +8,7 @@ require (
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.22
github.com/nakagami/firebirdsql v0.9.10
github.com/olbrichattila/godbmigrator v1.1.14
github.com/olbrichattila/godbmigrator v1.1.15
github.com/stretchr/testify v1.9.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/nakagami/firebirdsql v0.9.10 h1:7Y73BiH3j/f8faIaryZvDZ3nEo0L7c6S5pg+qWoZ91c=
github.com/nakagami/firebirdsql v0.9.10/go.mod h1:ei91eXUYcMkWJOr4rK6Sta+BVmi3K+WvYR4yASlq/kY=
github.com/olbrichattila/godbmigrator v1.1.14 h1:xtd0QHyLBBHYBS+Ak4+sikGKbqTt3FmkvonV+zHScWQ=
github.com/olbrichattila/godbmigrator v1.1.14/go.mod h1:wSJLy1XagndJd5Y3VeXmYdQLG6ZsWxGC78S7G+QNBuw=
github.com/olbrichattila/godbmigrator v1.1.15 h1:dMRExBHbyKwcBGem44cC3EUaq7U8mtAQY57fCVWIWJA=
github.com/olbrichattila/godbmigrator v1.1.15/go.mod h1:wSJLy1XagndJd5Y3VeXmYdQLG6ZsWxGC78S7G+QNBuw=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 h1:OdAsTTz6OkFY5QxjkYwrChwuRruF69c169dPK26NUlk=
Expand Down

0 comments on commit 151484d

Please sign in to comment.