Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoragrega committed Nov 19, 2021
1 parent bac4293 commit 9e2d7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sqs v1.3.1
github.com/aws/smithy-go v1.3.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hmoragrega/pubsub v0.8.0
github.com/hmoragrega/pubsub v0.9.0
)

replace github.com/hmoragrega/pubsub => ../
2 changes: 1 addition & 1 deletion schedule/storage/postgres/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/hmoragrega/pubsub/schedule/storage/postgres
go 1.16

require (
github.com/hmoragrega/pubsub v0.8.0
github.com/hmoragrega/pubsub v0.9.0
github.com/jackc/pgx/v4 v4.13.0
)

Expand Down

0 comments on commit 9e2d7ef

Please sign in to comment.