aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 66af30740cbfee005f47c41bc2103351582b12a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module github.com/eciavatta/caronte

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
)