File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
./tests/go
11
11
)
12
12
13
- replace github.com/bytecodealliance/wrpc/go v0.0.0-unpublished => ./go
13
+ replace github.com/bytecodealliance/wrpc/go v0.0.1 => ./go
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ 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
+ github.com/bytecodealliance/wrpc/go v0.0.1
7
7
github.com/google/uuid v1.6.0
8
8
github.com/nats-io/nats-server/v2 v2.10.14
9
9
github.com/nats-io/nats.go v1.37.0
@@ -24,4 +24,4 @@ require (
24
24
gopkg.in/yaml.v3 v3.0.1 // indirect
25
25
)
26
26
27
- replace github.com/bytecodealliance/wrpc/go v0.0.0-unpublished => ../../go
27
+ replace github.com/bytecodealliance/wrpc/go v0.0.1 => ../../go
You can’t perform that action at this time.
0 commit comments