aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot]2023-04-29 18:45:57 +0000
committerVaiTon2023-04-29 20:46:26 +0000
commit857699d8ab8e4c9dc5325468077718e696330b44 (patch)
tree2b85eae2fac9b2496e1bc1cb231946cb851d323e /go.mod
parent7dc8d4abd1dd5dd4e25f8899cf37cddb5b87be99 (diff)
Bump github.com/shirou/gopsutil
Bumps [github.com/shirou/gopsutil](https://github.com/shirou/gopsutil) from 3.21.6+incompatible to 3.21.11+incompatible. - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v3.21.6...v3.21.11) --- updated-dependencies: - dependency-name: github.com/shirou/gopsutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 2 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 9859050..5c0566a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,9 @@ module github.com/eciavatta/caronte
go 1.14
require (
- 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.7
- 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
@@ -17,12 +15,13 @@ require (
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 v3.21.6+incompatible
+ github.com/shirou/gopsutil v3.21.11+incompatible
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.7.0
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
+ github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.mongodb.org/mongo-driver v1.11.4
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect