Skip to content

Commit 3f3c66b

Browse files
author
ipchama
committed
go mod
1 parent 99135fa commit 3f3c66b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
*.pyc
66
__pycache__
77
.pydevproject
8+
go.sum

go.mod

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module github.com/ipchama/dhammer/v2
2+
3+
go 1.14
4+
5+
require (
6+
github.com/corneldamian/httpway v0.0.0-20161128172351-c06076be89c8
7+
github.com/google/gopacket v1.1.18
8+
github.com/gorilla/handlers v1.4.2
9+
github.com/ipchama/dhammer v2.0.0+incompatible
10+
github.com/julienschmidt/httprouter v1.3.0
11+
github.com/spf13/cobra v1.0.0
12+
github.com/vishvananda/netlink v1.1.0
13+
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d
14+
)

0 commit comments

Comments
 (0)