We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3c66b commit ccf88daCopy full SHA for ccf88da
go.mod
@@ -1,12 +1,11 @@
1
-module github.com/ipchama/dhammer/v2
+module github.com/ipchama/dhammer
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
0 commit comments