Skip to content

Commit

Permalink
add go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
lelvisl committed Mar 27, 2018
1 parent 71dba0e commit f9d5eba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module "github.com/lelvisl/logger"

require (
"github.com/bshuster-repo/logrus-logstash-hook" v0.0.0-20180322175230-ea59b04518367f2aafe8cf6d46a7d60605d075ce
"github.com/sirupsen/logrus" v1.0.5
"golang.org/x/crypto" v0.0.0-20180322175230-88942b9c40a4
"golang.org/x/sys" v0.0.0-20180326154331-13d03a9a82fb
)

0 comments on commit f9d5eba

Please sign in to comment.