diff --git a/go.mod b/go.mod index 83d5d9911f..f200978734 100644 --- a/go.mod +++ b/go.mod @@ -300,7 +300,7 @@ require ( github.com/google/gopacket v1.1.19 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/inspektor-gadget/inspektor-gadget v0.27.0 - github.com/jellydator/ttlcache/v3 v3.2.1 + github.com/jellydator/ttlcache/v3 v3.3.0 github.com/jsternberg/zap-logfmt v1.3.0 github.com/microsoft/ApplicationInsights-Go v0.4.4 github.com/mitchellh/mapstructure v1.5.0 diff --git a/go.sum b/go.sum index 0271138028..698e09cc0a 100644 --- a/go.sum +++ b/go.sum @@ -518,8 +518,8 @@ github.com/inspektor-gadget/inspektor-gadget v0.27.0 h1:f28khEROUBkKVShlyXOT3sN8 github.com/inspektor-gadget/inspektor-gadget v0.27.0/go.mod h1:26ArCiACp1/3lfF6RymrznxBDfuPXYgvyk0dJEhFMVI= github.com/inspektor-gadget/netns v0.0.5-0.20230524185006-155d84c555d6 h1:fQqkJ+WkYfzy6BoUh32fr9uYrXfOGtsfw0skMQkfOic= github.com/inspektor-gadget/netns v0.0.5-0.20230524185006-155d84c555d6/go.mod h1:SpkAiCQRtJ6TvvxPnOSyH3BMl6unz3xZlaprSwhNNJM= -github.com/jellydator/ttlcache/v3 v3.2.1 h1:eS8ljnYY7BllYGkXw/TfczWZrXUu/CH7SIkC6ugn9Js= -github.com/jellydator/ttlcache/v3 v3.2.1/go.mod h1:bj2/e0l4jRnQdrnSTaGTsh4GSXvMjQcy41i7th0GVGw= +github.com/jellydator/ttlcache/v3 v3.3.0 h1:BdoC9cE81qXfrxeb9eoJi9dWrdhSuwXMAnHTbnBm4Wc= +github.com/jellydator/ttlcache/v3 v3.3.0/go.mod h1:bj2/e0l4jRnQdrnSTaGTsh4GSXvMjQcy41i7th0GVGw= github.com/jmoiron/sqlx v1.3.5 h1:vFFPA71p1o5gAeqtEAwLU4dnX2napprKtHr7PYIcN3g= github.com/jmoiron/sqlx v1.3.5/go.mod h1:nRVWtLre0KfCLJvgxzCsLVMogSvQ1zNJtpYr2Ccp0mQ= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=