Skip to content

Commit 406342f

Browse files
committed
chore: tidy go modules
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent eed41a6 commit 406342f

10 files changed

Lines changed: 17 additions & 23 deletions

File tree

examples/go/hello-client/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/hello-client
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/nats-io/nats.go v1.42.0

examples/go/hello-server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/hello-server
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/nats-io/nats.go v1.42.0

examples/go/resources-server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/resources-server
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/google/uuid v1.6.0

examples/go/streams-client/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/streams-client
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/nats-io/nats.go v1.42.0

examples/go/streams-server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/streams-server
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
88
github.com/nats-io/nats.go v1.42.0

examples/go/wasi-keyvalue-client/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/wasi-keyvalue-client
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
replace wrpc.io/go v0.1.0 => ../../../go
88

examples/go/wasi-keyvalue-server/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module wrpc.io/examples/go/wasi-keyvalue-server
22

3-
go 1.23.0
3+
go 1.24
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
replace wrpc.io/go v0.1.0 => ../../../go
88

go.work

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
go 1.23.0
2-
3-
toolchain go1.24.1
1+
go 1.24
42

53
use (
64
./examples/go/hello-client

go/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module wrpc.io/go
22

3-
go 1.23.0
4-
5-
toolchain go1.24.1
3+
go 1.24
64

75
require github.com/nats-io/nats.go v1.42.0
86

tests/go/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module wrpc.io/tests/go
22

3-
go 1.23.0
4-
5-
toolchain go1.24.1
3+
go 1.24
64

75
require (
86
github.com/google/uuid v1.6.0

0 commit comments

Comments
 (0)