aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod37
1 files changed, 22 insertions, 15 deletions
diff --git a/go.mod b/go.mod
index 7834dbe..2f49c69 100644
--- a/go.mod
+++ b/go.mod
@@ -3,23 +3,30 @@ module github.com/eciavatta/caronte
go 1.14
require (
- github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
- 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-ole/go-ole v1.2.4 // indirect
- 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/StackExchange/wmi v1.2.0 // indirect
+ github.com/flier/gohs v1.1.0
+ github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
+ github.com/gin-gonic/gin v1.7.2
+ github.com/go-ole/go-ole v1.2.5 // indirect
+ github.com/go-playground/validator/v10 v10.8.0
+ github.com/golang/protobuf v1.5.2 // indirect
+ github.com/golang/snappy v0.0.4 // indirect
+ github.com/google/gopacket v1.1.19
github.com/gorilla/websocket v1.4.2
+ github.com/json-iterator/go v1.1.11 // indirect
+ github.com/klauspost/compress v1.13.1 // indirect
+ github.com/mattn/go-isatty v0.0.13 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
- github.com/shirou/gopsutil v2.20.9+incompatible
- 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
+ github.com/shirou/gopsutil v3.21.6+incompatible
+ github.com/sirupsen/logrus v1.8.1
+ github.com/stretchr/testify v1.6.1
+ github.com/tklauser/go-sysconf v0.3.7 // indirect
+ github.com/ugorji/go v1.2.6 // indirect
+ github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
+ go.mongodb.org/mongo-driver v1.7.0
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
+ google.golang.org/protobuf v1.27.1 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
moul.io/http2curl v1.0.0
)