Skip to content

Commit 73f0012

Browse files
committed
chore(dep): Go mod tidy.
1 parent b61aa38 commit 73f0012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/golang/mock v1.6.0
88
github.com/kelseyhightower/envconfig v1.4.0
99
github.com/rabbitmq/amqp091-go v1.4.0
10+
github.com/rog-golang-buddies/api_hub_common v0.0.3
1011
github.com/stretchr/testify v1.8.0
1112
github.com/wagslane/go-rabbitmq v0.10.0
1213
go.uber.org/zap v1.22.0
@@ -19,7 +20,6 @@ require (
1920
github.com/invopop/yaml v0.1.0 // indirect
2021
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
2122
github.com/pmezard/go-difflib v1.0.0 // indirect
22-
github.com/rog-golang-buddies/api_hub_common v0.0.3 // indirect
2323
go.uber.org/atomic v1.7.0 // indirect
2424
go.uber.org/multierr v1.6.0 // indirect
2525
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)