Skip to content

Commit

Permalink
chore: bump wrpc.io/go version
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Aug 27, 2024
1 parent 45b0225 commit 1a4afe8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/go/hello-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
github.com/nats-io/nats.go v1.37.0
wrpc.io/go v0.0.2
wrpc.io/go v0.0.3
)

require (
Expand All @@ -15,4 +15,4 @@ require (
golang.org/x/sys v0.20.0 // indirect
)

replace wrpc.io/go v0.0.2 => ../../../go
replace wrpc.io/go v0.0.3 => ../../../go
4 changes: 2 additions & 2 deletions examples/go/hello-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
github.com/nats-io/nats.go v1.37.0
wrpc.io/go v0.0.2
wrpc.io/go v0.0.3
)

require (
Expand All @@ -15,4 +15,4 @@ require (
golang.org/x/sys v0.20.0 // indirect
)

replace wrpc.io/go v0.0.2 => ../../../go
replace wrpc.io/go v0.0.3 => ../../../go
4 changes: 2 additions & 2 deletions examples/go/resources-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.2
require (
github.com/google/uuid v1.6.0
github.com/nats-io/nats.go v1.37.0
wrpc.io/go v0.0.2
wrpc.io/go v0.0.3
)

require (
Expand All @@ -16,4 +16,4 @@ require (
golang.org/x/sys v0.20.0 // indirect
)

replace wrpc.io/go v0.0.2 => ../../../go
replace wrpc.io/go v0.0.3 => ../../../go
4 changes: 2 additions & 2 deletions examples/go/streams-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
github.com/nats-io/nats.go v1.37.0
wrpc.io/go v0.0.2
wrpc.io/go v0.0.3
)

require (
Expand All @@ -15,4 +15,4 @@ require (
golang.org/x/sys v0.20.0 // indirect
)

replace wrpc.io/go v0.0.2 => ../../../go
replace wrpc.io/go v0.0.3 => ../../../go
4 changes: 2 additions & 2 deletions examples/go/streams-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
github.com/nats-io/nats.go v1.37.0
wrpc.io/go v0.0.2
wrpc.io/go v0.0.3
)

require (
Expand All @@ -15,4 +15,4 @@ require (
golang.org/x/sys v0.20.0 // indirect
)

replace wrpc.io/go v0.0.2 => ../../../go
replace wrpc.io/go v0.0.3 => ../../../go
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 wrpc.io/go v0.0.2 => ./go
replace wrpc.io/go v0.0.3 => ./go
4 changes: 2 additions & 2 deletions tests/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
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
wrpc.io/go v0.0.2
wrpc.io/go v0.0.3
)

require (
Expand All @@ -24,4 +24,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace wrpc.io/go v0.0.2 => ../../go
replace wrpc.io/go v0.0.3 => ../../go

0 comments on commit 1a4afe8

Please sign in to comment.