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 b61aa38 commit 73f0012Copy full SHA for 73f0012
go.mod
@@ -7,6 +7,7 @@ require (
7
github.com/golang/mock v1.6.0
8
github.com/kelseyhightower/envconfig v1.4.0
9
github.com/rabbitmq/amqp091-go v1.4.0
10
+ github.com/rog-golang-buddies/api_hub_common v0.0.3
11
github.com/stretchr/testify v1.8.0
12
github.com/wagslane/go-rabbitmq v0.10.0
13
go.uber.org/zap v1.22.0
@@ -19,7 +20,6 @@ require (
19
20
github.com/invopop/yaml v0.1.0 // indirect
21
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
22
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/rog-golang-buddies/api_hub_common v0.0.3 // indirect
23
go.uber.org/atomic v1.7.0 // indirect
24
go.uber.org/multierr v1.6.0 // indirect
25
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments