Skip to content

Commit

Permalink
fix(go): use correct replace directive
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 23, 2024
1 parent 91d1ff4 commit a729dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ use (
./tests/go
)

replace github.com/bytecodealliance/wrpc/go v0.0.0-unpublished => ./go
replace github.com/bytecodealliance/wrpc/go v0.0.1 => ./go
4 changes: 2 additions & 2 deletions tests/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/bytecodealliance/wrpc/tests/go
go 1.22.2

require (
github.com/bytecodealliance/wrpc/go v0.0.0-unpublished
github.com/bytecodealliance/wrpc/go v0.0.1
github.com/google/uuid v1.6.0
github.com/nats-io/nats-server/v2 v2.10.14
github.com/nats-io/nats.go v1.37.0
Expand All @@ -24,4 +24,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/bytecodealliance/wrpc/go v0.0.0-unpublished => ../../go
replace github.com/bytecodealliance/wrpc/go v0.0.1 => ../../go

0 comments on commit a729dab

Please sign in to comment.