Skip to content

Commit

Permalink
Added logger module
Browse files Browse the repository at this point in the history
  • Loading branch information
sparshadotel committed Sep 20, 2019
1 parent ccc85db commit b9fd75d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module github.com/leapfrogtechnology/shift/core

go 1.12

require (
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
)
4 changes: 4 additions & 0 deletions core/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b h1:PMbSa9CgaiQR9NLlUTwKi+7aeLl3GG5JX5ERJxfQ3IE=
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271 h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=

0 comments on commit b9fd75d

Please sign in to comment.