aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 7 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 66af307..99863d7 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,14 @@ go 1.14
require (
github.com/flier/gohs v1.0.0
+ 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/stretchr/testify v1.3.0
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
+ github.com/modern-go/reflect2 v1.0.1 // indirect
+ github.com/stretchr/testify v1.4.0
go.mongodb.org/mongo-driver v1.3.1
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
+ golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
)