Skip to content

Commit

Permalink
Merge branch 'main' into fix-metrics-filtered-out-by-namespace-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hisarbalik authored Feb 3, 2025
2 parents 23d076b + 742e45a commit 618ebad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/mikefarah/yq/v4 v4.45.1
github.com/onsi/ginkgo/v2 v2.22.2
github.com/vektra/mockery/v2 v2.51.1
github.com/vladopajic/go-test-coverage/v2 v2.11.2
github.com/vladopajic/go-test-coverage/v2 v2.11.4
golang.org/x/tools v0.29.0
gopkg.in/yaml.v2 v2.4.0
sigs.k8s.io/controller-tools v0.17.1
Expand Down
4 changes: 2 additions & 2 deletions internal/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -750,8 +750,8 @@ github.com/vbatts/tar-split v0.11.3 h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RV
github.com/vbatts/tar-split v0.11.3/go.mod h1:9QlHN18E+fEH7RdG+QAJJcuya3rqT7eXSTY7wGrAokY=
github.com/vektra/mockery/v2 v2.51.1 h1:BiiUSotsS7B56xvTjlIY2VDZxiEY9rzQ+ev69jE/mtw=
github.com/vektra/mockery/v2 v2.51.1/go.mod h1:xO2DeYemEPC2tCzIZ+a1tifZ/7Laf/Chxg3vlc+oDsI=
github.com/vladopajic/go-test-coverage/v2 v2.11.2 h1:6IFtvRu2P0okTea7eeDDsGsTlGc+nBMc/h3ExQgIyhw=
github.com/vladopajic/go-test-coverage/v2 v2.11.2/go.mod h1:zvE/+qGOTE5PL9KliZ10sRHT74P9Ghn5y0X0k/+0KnI=
github.com/vladopajic/go-test-coverage/v2 v2.11.4 h1:5wNZhy1c1eXofx8jzKsn8v/AHD5fjrSiEe2qNds1E/E=
github.com/vladopajic/go-test-coverage/v2 v2.11.4/go.mod h1:zvE/+qGOTE5PL9KliZ10sRHT74P9Ghn5y0X0k/+0KnI=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
Expand Down

0 comments on commit 618ebad

Please sign in to comment.