Skip to content

Commit

Permalink
Move to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobi Gana committed May 26, 2021
1 parent 886e081 commit 80f41d2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cmd/examples/weatherUpdate/wuclient/wuclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strconv"
"strings"

czmq "github.com/zeromq/goczmq/v4"
czmq "github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/examples/weatherUpdate/wuserver/wuserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"fmt"
"math/rand"

czmq "github.com/zeromq/goczmq/v4"
czmq "github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/goczmq-certgen/goczmq-certgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"strings"

"github.com/zeromq/goczmq/v4"
"github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
8 changes: 4 additions & 4 deletions cmd/perf/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/zeromq/goczmq/v4/cmd/perf
module github.com/Shnitzelil/goczmq/v5/cmd/perf

go 1.12
go 1.16

replace github.com/zeromq/goczmq/v4 => ../../
replace github.com/Shnitzelil/goczmq/v5 => ../../

require github.com/zeromq/goczmq/v4 v4.0.0-00010101000000-000000000000
require github.com/Shnitzelil/goczmq/v5 v5.0.0-00010101000000-000000000000
2 changes: 1 addition & 1 deletion cmd/perf/local_lat/local_lat.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"log"

czmq "github.com/zeromq/goczmq/v4"
czmq "github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/perf/multiperf/multiperf.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

czmq "github.com/zeromq/goczmq/v4"
czmq "github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/perf/perf/perf.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

czmq "github.com/zeromq/goczmq/v4"
czmq "github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/perf/remote_lat/remote_lat.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

czmq "github.com/zeromq/goczmq/v4"
czmq "github.com/Shnitzelil/goczmq/v5"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/zeromq/goczmq/v4
module github.com/Shnitzelil/goczmq/v5

go 1.16

Expand Down

0 comments on commit 80f41d2

Please sign in to comment.