We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe30854 commit ea43527Copy full SHA for ea43527
go.mod
@@ -0,0 +1,10 @@
1
+module github.com/stanislas-m/amqp-work-adapter
2
+
3
+require (
4
+ github.com/gobuffalo/buffalo v0.13.3
5
+ github.com/markbates/going v1.0.2
6
+ github.com/pkg/errors v0.8.0
7
+ github.com/sirupsen/logrus v1.2.0
8
+ github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864
9
+ github.com/stretchr/testify v1.2.2
10
+)
0 commit comments