Skip to content

Commit c35ec16

Browse files
committed
bump version
1 parent 67d9632 commit c35ec16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/service/sqs v1.3.1
1111
github.com/aws/smithy-go v1.3.1
1212
github.com/hashicorp/go-multierror v1.1.1
13-
github.com/hmoragrega/pubsub v0.6.1
13+
github.com/hmoragrega/pubsub v0.7.0
1414
)
1515

1616
replace github.com/hmoragrega/pubsub => ../

schedule/storage/postgres/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hmoragrega/pubsub/schedule/storage/postgres
33
go 1.16
44

55
require (
6-
github.com/hmoragrega/pubsub v0.6.0
6+
github.com/hmoragrega/pubsub v0.7.0
77
github.com/jackc/pgx/v4 v4.13.0
88
)
99

0 commit comments

Comments
 (0)