aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 308b16b1c5534c4ac55fbd282fab6d161b45c344 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/eciavatta/caronte

go 1.14

require (
	github.com/flier/gohs v1.0.0
	github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
	github.com/gin-gonic/gin v1.6.2
	github.com/go-playground/validator/v10 v10.2.0
	github.com/golang/protobuf v1.3.5 // indirect
	github.com/google/gopacket v1.1.17
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
	github.com/modern-go/reflect2 v1.0.1 // indirect
	github.com/sirupsen/logrus v1.4.2
	github.com/smartystreets/assertions v1.0.0 // indirect
	github.com/stretchr/testify v1.4.0
	go.mongodb.org/mongo-driver v1.3.1
	golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
	golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
	moul.io/http2curl v1.0.0
)