File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
component/sqldb-postgres-query Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module sqldb-postgres-query
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module test-harness
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 go.bytecodealliance.org v0.5.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/http-server
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77replace go.wasmcloud.dev/provider => ../../../provider
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/keyvalue-inmemory
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77replace go.wasmcloud.dev/provider => ../../../provider
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module go.wasmcloud.dev/provider
22
33go 1.24
44
5- toolchain go1.24.2
5+ toolchain go1.24.3
66
77require (
88 github.com/nats-io/nats.go v1.41.2
You can’t perform that action at this time.
0 commit comments