We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d9632 commit c35ec16Copy full SHA for c35ec16
aws/go.mod
@@ -10,7 +10,7 @@ require (
10
github.com/aws/aws-sdk-go-v2/service/sqs v1.3.1
11
github.com/aws/smithy-go v1.3.1
12
github.com/hashicorp/go-multierror v1.1.1
13
- github.com/hmoragrega/pubsub v0.6.1
+ github.com/hmoragrega/pubsub v0.7.0
14
)
15
16
replace github.com/hmoragrega/pubsub => ../
schedule/storage/postgres/go.mod
@@ -3,7 +3,7 @@ module github.com/hmoragrega/pubsub/schedule/storage/postgres
3
go 1.16
4
5
require (
6
- github.com/hmoragrega/pubsub v0.6.0
7
github.com/jackc/pgx/v4 v4.13.0
8
9
0 commit comments