File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ import (
3838 " fmt"
3939 " log"
4040
41- " github.com/Pod-Point/go-queue-worker"
41+ formigo " github.com/Pod-Point/go-queue-worker"
4242 workerSqs " github.com/Pod-Point/go-queue-worker/clients/sqs"
4343
4444 " github.com/aws/aws-sdk-go-v2/aws"
@@ -108,7 +108,7 @@ import (
108108 " fmt"
109109 " log"
110110
111- " github.com/Pod-Point/go-queue-worker"
111+ formigo " github.com/Pod-Point/go-queue-worker"
112112 workerSqs " github.com/Pod-Point/go-queue-worker/clients/sqs"
113113
114114 " github.com/aws/aws-sdk-go-v2/aws"
Original file line number Diff line number Diff line change @@ -16,8 +16,3 @@ require (
1616 github.com/pmezard/go-difflib v1.0.0 // indirect
1717 gopkg.in/yaml.v3 v3.0.1 // indirect
1818)
19-
20- retract (
21- v1.0.0 // Accidentally added
22- v1.0.1 // Contains retractions only.
23- )
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 h1:TNyt/+X43KJ9IJJMj
44github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 /go.mod h1:2DwJF39FlNAUiX5pAc0UNeiz16lK2t7IaFcm0LFHEgc =
55github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 h1:jYfy8UPmd+6kJW5YhY0L1/KftReOGxI/4NtVSTh9O/I =
66github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 /go.mod h1:7ZfEPZxkW42Afq4uQB8H2E2e6ebh6mXTueEpYzjCzcs =
7- github.com/aws/aws-sdk-go-v2/service/sqs v1.34.4 h1:FXPO72iKC5YmYNEANltl763bUj8A6qT20wx8Jwvxlsw =
8- github.com/aws/aws-sdk-go-v2/service/sqs v1.34.4 /go.mod h1:7idt3XszF6sE9WPS1GqZRiDJOxw4oPtlRBXodWnCGjU =
97github.com/aws/aws-sdk-go-v2/service/sqs v1.34.5 h1:HYyVDOC2/PIg+3oBX1q0wtDU5kONki6lrgIG0afrBkY =
108github.com/aws/aws-sdk-go-v2/service/sqs v1.34.5 /go.mod h1:7idt3XszF6sE9WPS1GqZRiDJOxw4oPtlRBXodWnCGjU =
119github.com/aws/smithy-go v1.20.4 h1:2HK1zBdPgRbjFOHlfeQZfpC4r72MOb9bZkiFwggKO+4 =
Original file line number Diff line number Diff line change 77 "testing"
88 "time"
99
10- "github.com/francescopepe/formigo/internal/messages"
1110 "github.com/stretchr/testify/assert"
11+
12+ "github.com/Pod-Point/go-queue-worker/internal/messages"
1213)
1314
1415type SimpleInMemoryBrokerMessage struct {
You can’t perform that action at this time.
0 commit comments