Skip to content

Commit

Permalink
Bump github.com/flier/gohs from 1.1.0 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [github.com/flier/gohs](https://github.com/flier/gohs) from 1.1.0 to 1.2.2.
- [Release notes](https://github.com/flier/gohs/releases)
- [Commits](flier/gohs@v1.1.0...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/flier/gohs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2023
1 parent 5064cee commit c11c21f
Show file tree
Hide file tree
Showing 2 changed files with 554 additions and 18 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,15 @@ module github.com/eciavatta/caronte
go 1.14

require (
github.com/flier/gohs v1.1.0
github.com/flier/gohs v1.2.2
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
github.com/gin-gonic/gin v1.7.7
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/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.11+incompatible
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
Expand All @@ -24,6 +21,5 @@ require (
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
moul.io/http2curl v1.0.0
)
Loading

0 comments on commit c11c21f

Please sign in to comment.