diff options
author | Emiliano Ciavatta | 2021-07-28 18:12:14 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2021-07-28 18:12:14 +0000 |
commit | 99cfe84c23f3beb8baf76b799ace1b3ffbf1d5ff (patch) | |
tree | 41d8bbbe2f46051aeebf5b4ae73c46325c4bf7c6 /go.mod | |
parent | fdb0bf97d2dec72adf08e5f2d7ad65b560d8cf8e (diff) | |
parent | f60d7cb1da70d439cd401e2fa4b7ecccec41bfe4 (diff) |
Merge branch 'release/1.21.0' into main
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 37 |
1 files changed, 22 insertions, 15 deletions
@@ -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 ) |