Skip to content

Commit

Permalink
[CWS] bump debouncer dependency fixing a memleak (#32585)
Browse files Browse the repository at this point in the history
  • Loading branch information
safchain authored Dec 31, 2024
1 parent 7396f6c commit 91a4b6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ require (
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
github.com/sirupsen/logrus v1.9.3
github.com/skydive-project/go-debouncer v1.0.0
github.com/skydive-project/go-debouncer v1.0.1
github.com/smira/go-xz v0.1.0
github.com/spf13/afero v1.11.0
github.com/spf13/cast v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/security/secl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/jellydator/ttlcache/v3 v3.3.0
github.com/skydive-project/go-debouncer v1.0.0
github.com/skydive-project/go-debouncer v1.0.1
github.com/spf13/cast v1.7.0
github.com/stretchr/testify v1.10.0
github.com/xeipuuv/gojsonschema v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions pkg/security/secl/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91a4b6d

Please sign in to comment.