File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
examples/provider/keyvalue-inmemory Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ require (
2121 github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2222 github.com/Microsoft/go-winio v0.6.2 // indirect
2323 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
24- github.com/cenkalti/backoff/v5 v5.0.0 // indirect
2524 github.com/containerd/log v0.1.0 // indirect
2625 github.com/containerd/platforms v0.2.1 // indirect
2726 github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -59,7 +58,7 @@ require (
5958 github.com/sirupsen/logrus v1.9.3 // indirect
6059 github.com/stretchr/testify v1.10.0 // indirect
6160 github.com/tklauser/go-sysconf v0.3.14 // indirect
62- github.com/tklauser/numcpus v0.8 .0 // indirect
61+ github.com/tklauser/numcpus v0.9 .0 // indirect
6362 github.com/yusufpapurcu/wmi v1.2.4 // indirect
6463 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
6564 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERo
88github.com/Microsoft/go-winio v0.6.2 /go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU =
99github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
1010github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
11- github.com/cenkalti/backoff/v5 v5.0.0 /go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw =
1211github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I =
1312github.com/containerd/log v0.1.0 /go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo =
1413github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A =
@@ -110,8 +109,8 @@ github.com/testcontainers/testcontainers-go v0.34.0 h1:5fbgF0vIN5u+nD3IWabQwRybu
110109github.com/testcontainers/testcontainers-go v0.34.0 /go.mod h1:6P/kMkQe8yqPHfPWNulFGdFHTD8HB2vLq/231xY2iPQ =
111110github.com/tklauser/go-sysconf v0.3.14 h1:g5vzr9iPFFz24v2KZXs/pvpvh8/V9Fw6vQK5ZZb78yU =
112111github.com/tklauser/go-sysconf v0.3.14 /go.mod h1:1ym4lWMLUOhuBOPGtRcJm7tEGX4SCYNEEEtghGG/8uY =
113- github.com/tklauser/numcpus v0.8 .0 h1:Mx4Wwe/FjZLeQsK/6kt2EOepwwSl7SmJrK5bV/dXYgY =
114- github.com/tklauser/numcpus v0.8 .0 /go.mod h1:ZJZlAY+dmR4eut8epnzf0u/VwodKmryxR8txiloSqBE =
112+ github.com/tklauser/numcpus v0.9 .0 h1:lmyCHtANi8aRUgkckBgoDk1nHCux3n2cgkJLXdQGPDo =
113+ github.com/tklauser/numcpus v0.9 .0 /go.mod h1:SN6Nq1O3VychhC1npsWostA+oW+VOQTxZrS604NSRyI =
115114github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
116115github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
117116github.com/yusufpapurcu/wmi v1.2.4 h1:zFUKzehAFReQwLys1b/iSMl+JQGSCSjtVqQn9bBrPo0 =
You can’t perform that action at this time.
0 commit comments