Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Aug 7, 2022
1 parent 768560c commit c060555
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 117 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ require (
github.com/go-resty/resty/v2 v2.7.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_golang v1.13.0
github.com/prometheus/common v0.37.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/sirupsen/logrus v1.9.0
golang.org/x/net v0.0.0-20220728211354-c7608f3a8462 // indirect
golang.org/x/sys v0.0.0-20220730100132-1609e554cd39 // indirect
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)

require (
github.com/jessevdk/go-flags v1.5.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/webdevops/go-common v0.0.0-20220725184121-4abaede0f974
github.com/webdevops/go-common v0.0.0-20220807131626-ccf56fcd7f3a
)

require (
Expand Down
Loading

0 comments on commit c060555

Please sign in to comment.