Skip to content

Commit

Permalink
Update go.mods for v0.0.18 release (#178)
Browse files Browse the repository at this point in the history
A small release containing only the fix from #176.
  • Loading branch information
brandur authored Jan 26, 2024
1 parent 859c662 commit c88eda6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require (
github.com/jackc/pgx/v5 v5.5.2
github.com/jackc/puddle/v2 v2.2.1
github.com/oklog/ulid/v2 v2.1.0
github.com/riverqueue/river/riverdriver v0.0.17
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.17
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.17
github.com/riverqueue/river/riverdriver v0.0.18
github.com/riverqueue/river/riverdriver/riverdatabasesql v0.0.18
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.0.18
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.8.0
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion riverdriver/riverdatabasesql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/riverqueue/river/riverdriver => ../
require (
github.com/jackc/pgx/v5 v5.5.0
github.com/lib/pq v1.10.9
github.com/riverqueue/river/riverdriver v0.0.17
github.com/riverqueue/river/riverdriver v0.0.18
github.com/stretchr/testify v1.8.1
)

Expand Down
2 changes: 1 addition & 1 deletion riverdriver/riverpgxv5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/riverqueue/river/riverdriver => ../

require (
github.com/jackc/pgx/v5 v5.5.0
github.com/riverqueue/river/riverdriver v0.0.17
github.com/riverqueue/river/riverdriver v0.0.18
github.com/stretchr/testify v1.8.1
)

Expand Down

0 comments on commit c88eda6

Please sign in to comment.