Skip to content

Commit

Permalink
update dependencies with known vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodfern committed May 2, 2024
1 parent 81640c0 commit 5d4e03f
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 298 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/carlpett/zookeeper_exporter
go 1.14

require (
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.11.1
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.26.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/sys v0.0.0-20200812155832-6a926be9bd1d // indirect
google.golang.org/protobuf v1.25.0 // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
google.golang.org/protobuf v1.33.0 // indirect
)
Loading

0 comments on commit 5d4e03f

Please sign in to comment.