Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/component/sqldb-postgres-query/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module sqldb-postgres-query

go 1.23.0

toolchain go1.23.6
toolchain go1.24.1

require (
github.com/stretchr/testify v1.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module test-harness

go 1.23.0

toolchain go1.23.6
toolchain go1.24.1

require (
go.bytecodealliance.org v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/http-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/http-server

go 1.23

toolchain go1.23.6
toolchain go1.24.1

replace go.wasmcloud.dev/provider => ../../../provider

Expand Down
2 changes: 1 addition & 1 deletion examples/provider/keyvalue-inmemory/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/wasmCloud/go/examples/provider/keyvalue-inmemory

go 1.23

toolchain go1.23.6
toolchain go1.24.1

replace go.wasmcloud.dev/provider => ../../../provider

Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go.wasmcloud.dev/provider

go 1.23

toolchain go1.23.6
toolchain go1.24.1

require (
github.com/nats-io/nats.go v1.39.1
Expand Down
Loading