aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-04-03 10:47:23 +0000
committerEmiliano Ciavatta2020-04-03 10:47:23 +0000
commit9883cd346f694ad09aac839f9ddc4a25df0e0b0a (patch)
tree7a5bfdf282b273ffc410a9e8c758fb8db73072c7 /go.mod
parentb02ee06a2dad56650f539f69df5660a88e442059 (diff)
Add connection_handler and stream_handler
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 5ea26e3..66af307 100644
--- a/go.mod
+++ b/go.mod
@@ -5,6 +5,7 @@ go 1.14
require (
github.com/flier/gohs v1.0.0
github.com/google/gopacket v1.1.17
+ github.com/stretchr/testify v1.3.0
go.mongodb.org/mongo-driver v1.3.1
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
)