about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-02-23 16:36:11 +0100
committerEmile <hanemile@protonmail.com>2020-02-23 16:36:11 +0100
commitfcd11ef4de88b9e7c529736d53912a3fe7480035 (patch)
treee123c880009ff4f08c2010776c7d4e47d76c46b2 /go.mod
parentf8660e0b62f819be7223c0d908f16cd34cc25fa1 (diff)
go mod
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index b5471e1..170fcbc 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ go 1.13
 require (
 	github.com/radare/r2pipe-go v0.0.0-20171013021603-08f2b4f8ca0a
 	github.com/rainycape/dl v0.0.0-20151222075243-1b01514224a1 // indirect
+	github.com/sirupsen/logrus v1.4.2
 )