File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/bytecodealliance/wrpc/examples/go/complex-server
3
3
go 1.22.2
4
4
5
5
require (
6
+ github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
6
7
github.com/google/uuid v1.6.0
7
8
github.com/nats-io/nats.go v1.37.0
8
- github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
9
9
)
10
10
11
11
require (
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/bytecodealliance/wrpc/examples/go/hello-client
3
3
go 1.22.2
4
4
5
5
require (
6
- github.com/nats-io/nats.go v1.37.0
7
6
github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
7
+ github.com/nats-io/nats.go v1.37.0
8
8
)
9
9
10
10
require (
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/bytecodealliance/wrpc/examples/go/hello-server
3
3
go 1.22.2
4
4
5
5
require (
6
- github.com/nats-io/nats.go v1.37.0
7
6
github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
7
+ github.com/nats-io/nats.go v1.37.0
8
8
)
9
9
10
10
require (
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ module github.com/bytecodealliance/wrpc/tests/go
3
3
go 1.22.2
4
4
5
5
require (
6
+ github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
6
7
github.com/google/uuid v1.6.0
7
8
github.com/nats-io/nats-server/v2 v2.10.14
8
- github.com/nats-io/nats.go v1.36.0
9
- github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
9
+ github.com/nats-io/nats.go v1.37.0
10
10
)
11
11
12
12
require (
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/nats-io/jwt/v2 v2.5.5 h1:ROfXb50elFq5c9+1ztaUbdlrArNFl2+fQWP6B8HGEq4=
10
10
github.com/nats-io/jwt/v2 v2.5.5 /go.mod h1:ZdWS1nZa6WMZfFwwgpEaqBV8EPGVgOTDHN/wTbz0Y5A =
11
11
github.com/nats-io/nats-server/v2 v2.10.14 h1:98gPJFOAO2vLdM0gogh8GAiHghwErrSLhugIqzRC+tk =
12
12
github.com/nats-io/nats-server/v2 v2.10.14 /go.mod h1:a0TwOVBJZz6Hwv7JH2E4ONdpyFk9do0C18TEwxnHdRk =
13
- github.com/nats-io/nats.go v1.36 .0 h1:suEUPuWzTSse/XhESwqLxXGuj8vGRuPRoG7MoRN/qyU =
14
- github.com/nats-io/nats.go v1.36 .0 /go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8 =
13
+ github.com/nats-io/nats.go v1.37 .0 h1:07rauXbVnnJvv1gfIyghFEo6lUcYRY0WXc3x7x0vUxE =
14
+ github.com/nats-io/nats.go v1.37 .0 /go.mod h1:Ubdu4Nh9exXdSz0RVWRFBbRfrbSxOYd26oF0wkWclB8 =
15
15
github.com/nats-io/nkeys v0.4.7 h1:RwNJbbIdYCoClSDNY7QVKZlyb/wfT6ugvFCiKy6vDvI =
16
16
github.com/nats-io/nkeys v0.4.7 /go.mod h1:kqXRgRDPlGy7nGaEDMuYzmiJCIAAWDK0IMBtDmGD0nc =
17
17
github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw =
You can’t perform that action at this time.
0 commit comments