File tree Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Expand file tree Collapse file tree 6 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/wasmCloud/go/examples/provider/http-server
22
3- go 1.22.7
3+ go 1.23
44
55toolchain go1.23.4
66
@@ -13,6 +13,7 @@ require (
1313
1414require (
1515 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
16+ github.com/cenkalti/backoff/v5 v5.0.0 // indirect
1617 github.com/go-logr/logr v1.4.2 // indirect
1718 github.com/go-logr/stdr v1.2.2 // indirect
1819 github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change 11github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
22github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
3+ github.com/cenkalti/backoff/v5 v5.0.0 /go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw =
34github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
45github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
56github.com/go-logr/logr v1.2.2 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
Original file line number Diff line number Diff line change 11module github.com/wasmCloud/go/examples/provider/keyvalue-inmemory
22
3- go 1.22.7
3+ go 1.23
44
55toolchain go1.23.4
66
@@ -21,6 +21,7 @@ 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
2425 github.com/containerd/log v0.1.0 // indirect
2526 github.com/containerd/platforms v0.2.1 // indirect
2627 github.com/cpuguy83/dockercfg v0.3.2 // indirect
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ 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 =
1112github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I =
1213github.com/containerd/log v0.1.0 /go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo =
1314github.com/containerd/platforms v0.2.1 h1:zvwtM3rz2YHPQsF2CHYM8+KtB5dvhISiXh5ZpSBQv6A =
Original file line number Diff line number Diff line change 11module go.wasmcloud.dev/provider
22
3- go 1.22.7
3+ go 1.23
44
55toolchain go1.23.4
66
@@ -23,6 +23,7 @@ require (
2323
2424require (
2525 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
26+ github.com/cenkalti/backoff/v5 v5.0.0 // indirect
2627 github.com/go-logr/logr v1.4.2 // indirect
2728 github.com/go-logr/stdr v1.2.2 // indirect
2829 github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change 11github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
22github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
3+ github.com/cenkalti/backoff/v5 v5.0.0 /go.mod h1:rkhZdG3JZukswDf7f0cwqPNk4K0sa+F97BxZthm/crw =
34github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
45github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
56github.com/go-logr/logr v1.2.2 /go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A =
You can’t perform that action at this time.
0 commit comments