Skip to content

Commit 50be5a2

Browse files
chore(deps): bump github.com/jellydator/ttlcache/v3 from 3.3.0 to 3.4.0
Bumps [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/jellydator/ttlcache/releases) - [Commits](jellydator/ttlcache@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: github.com/jellydator/ttlcache/v3 dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a5895bb commit 50be5a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/hashicorp/memberlist v0.5.3
5252
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.25.4+incompatible
5353
github.com/jarcoal/httpmock v1.4.0
54-
github.com/jellydator/ttlcache/v3 v3.3.0
54+
github.com/jellydator/ttlcache/v3 v3.4.0
5555
github.com/johanbrandhorst/certify v1.9.0
5656
github.com/juju/ratelimit v1.0.2
5757
github.com/looplab/fsm v1.0.2
@@ -80,6 +80,7 @@ require (
8080
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.60.0
8181
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
8282
go.opentelemetry.io/otel v1.36.0
83+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
8384
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0
8485
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.36.0
8586
go.opentelemetry.io/otel/sdk v1.36.0
@@ -260,7 +261,6 @@ require (
260261
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
261262
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
262263
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
263-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0 // indirect
264264
go.opentelemetry.io/otel/metric v1.36.0 // indirect
265265
go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
266266
go.opentelemetry.io/proto/otlp v1.6.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,8 +922,8 @@ github.com/jcmturner/gokrb5/v8 v8.4.2 h1:6ZIM6b/JJN0X8UM43ZOM6Z4SJzla+a/u7scXFJz
922922
github.com/jcmturner/gokrb5/v8 v8.4.2/go.mod h1:sb+Xq/fTY5yktf/VxLsE3wlfPqQjp0aWNYyvBVK62bc=
923923
github.com/jcmturner/rpc/v2 v2.0.3 h1:7FXXj8Ti1IaVFpSAziCZWNzbNuZmnvw/i6CqLNdWfZY=
924924
github.com/jcmturner/rpc/v2 v2.0.3/go.mod h1:VUJYCIDm3PVOEHw8sgt091/20OJjskO/YJki3ELg/Hc=
925-
github.com/jellydator/ttlcache/v3 v3.3.0 h1:BdoC9cE81qXfrxeb9eoJi9dWrdhSuwXMAnHTbnBm4Wc=
926-
github.com/jellydator/ttlcache/v3 v3.3.0/go.mod h1:bj2/e0l4jRnQdrnSTaGTsh4GSXvMjQcy41i7th0GVGw=
925+
github.com/jellydator/ttlcache/v3 v3.4.0 h1:YS4P125qQS0tNhtL6aeYkheEaB/m8HCqdMMP4mnWdTY=
926+
github.com/jellydator/ttlcache/v3 v3.4.0/go.mod h1:Hw9EgjymziQD3yGsQdf1FqFdpp7YjFMd4Srg5EJlgD4=
927927
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
928928
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
929929
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=

0 commit comments

Comments
 (0)