Skip to content

Commit

Permalink
Add go module files
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m committed Nov 2, 2018
1 parent fe30854 commit ea43527
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 0 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/stanislas-m/amqp-work-adapter

require (
github.com/gobuffalo/buffalo v0.13.3
github.com/markbates/going v1.0.2
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
github.com/streadway/amqp v0.0.0-20180806233856-70e15c650864
github.com/stretchr/testify v1.2.2
)

0 comments on commit ea43527

Please sign in to comment.