Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Aug 8, 2021
1 parent 2dcd8df commit ff27d4a
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 221 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/jessevdk/go-flags v1.5.0
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.23.0 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0 // indirect
github.com/prometheus/procfs v0.7.2 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/webdevops/go-prometheus-common v0.0.0-20200601190815-465c9d5d262b
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
golang.org/x/sys v0.0.0-20210503173754-0981d6026fa6 // indirect
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/resty.v1 v1.12.0
)
Loading

0 comments on commit ff27d4a

Please sign in to comment.