Skip to content

Commit f9d5eba

Browse files
committed
add go.mod
1 parent 71dba0e commit f9d5eba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

go.mod

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module "github.com/lelvisl/logger"
2+
3+
require (
4+
"github.com/bshuster-repo/logrus-logstash-hook" v0.0.0-20180322175230-ea59b04518367f2aafe8cf6d46a7d60605d075ce
5+
"github.com/sirupsen/logrus" v1.0.5
6+
"golang.org/x/crypto" v0.0.0-20180322175230-88942b9c40a4
7+
"golang.org/x/sys" v0.0.0-20180326154331-13d03a9a82fb
8+
)

0 commit comments

Comments
 (0)