Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
cluster: fix ugorji/go module issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sander Pick <[email protected]>
  • Loading branch information
sanderpick committed Jun 16, 2019
1 parent 4e5a3fc commit d0a476d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
)

replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780
replace github.com/ugorji/go/codec => github.com/ugorji/go v1.1.2
3 changes: 3 additions & 0 deletions test_compile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ go test -coverprofile=core.cover.out ./core
# mobile
go test -coverprofile=mobile.cover.out ./mobile

# cluster
go test -coverprofile=cluster.cover.out ./cluster

# gateway
go test -coverprofile=gateway.cover.out ./gateway

Expand Down

0 comments on commit d0a476d

Please sign in to comment.