Skip to content

Commit

Permalink
[fix][sec] Upgrade prometheus client_golang to v1.12.2 to fix CVE-202…
Browse files Browse the repository at this point in the history
…2-21698 (#20579)

Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh authored Jun 16, 2023
1 parent 56ce296 commit a85e9df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 76 deletions.
2 changes: 1 addition & 1 deletion pulsar-function-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/apache/pulsar-client-go v0.8.1
github.com/golang/protobuf v1.5.2
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/sirupsen/logrus v1.6.0
github.com/stretchr/testify v1.7.0
Expand Down
Loading

0 comments on commit a85e9df

Please sign in to comment.