Skip to content

Commit 2e5e6ea

Browse files
committed
start of v3 because of BC breaks again.
Signed-off-by: Jon Whitcraft <jwhitcraft@mac.com>
1 parent bbf44b4 commit 2e5e6ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

cmd/example-worker/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/aws/aws-sdk-go/aws"
99
"github.com/aws/aws-sdk-go/aws/credentials"
1010
"github.com/aws/aws-sdk-go/service/sqs"
11-
"github.com/h2ik/go-sqs-poller/v2/worker"
11+
"github.com/h2ik/go-sqs-poller/v3/worker"
1212
)
1313

1414
func main() {

go.mod

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/h2ik/go-sqs-poller/v2
1+
module github.com/h2ik/go-sqs-poller/v3
22

33
require (
44
github.com/aws/aws-sdk-go v1.6.18
@@ -11,3 +11,5 @@ require (
1111
github.com/stretchr/objx v0.2.0 // indirect
1212
github.com/stretchr/testify v1.3.0
1313
)
14+
15+
go 1.13

0 commit comments

Comments
 (0)