This repository was archived by the owner on Sep 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,5 @@ require (
63
63
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd
64
64
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
65
65
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
66
- launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
67
66
upspin.io v0.0.0-20180517055408-63f1073c7a3a
68
67
)
Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ github.com/tj/go-gracefully v0.0.0-20141227061038-005c1d102f1b h1:EjOGYW5FYZMUVt
112
112
github.com/tj/go-gracefully v0.0.0-20141227061038-005c1d102f1b /go.mod h1:uqlTeGUUfRdQvlQGkv+DYe3lLST3DionEwMA9YAYibY =
113
113
github.com/travisjeffery/go-dynaport v0.0.0-20171203090423-24009f4f2f49 h1:K+L347hjHiye7Xijn7oLHC+nIdXd0Z5cYrp2zt+ZrFk =
114
114
github.com/travisjeffery/go-dynaport v0.0.0-20171203090423-24009f4f2f49 /go.mod h1:0LHuDS4QAx+mAc4ri3WkQdavgVoBIZ7cE9ob17KIAJk =
115
+ github.com/travisjeffery/go-dynaport v1.0.0 h1:m/qqf5AHgB96CMMSworIPyo1i7NZueRsnwdzdCJ8Ajw =
116
+ github.com/travisjeffery/go-dynaport v1.0.0 /go.mod h1:0LHuDS4QAx+mAc4ri3WkQdavgVoBIZ7cE9ob17KIAJk =
115
117
github.com/tysontate/gommap v0.0.0-20131202084435-e87a6e482c2c h1:TsrnIwyIZbPxVRyG58Tbyb46v5Nx/3DPlKjST9dBo6E =
116
118
github.com/tysontate/gommap v0.0.0-20131202084435-e87a6e482c2c /go.mod h1:D/qzp3BypYxGri+RgzDSv3Fml0qkzA85BPPwrNNYbSs =
117
119
github.com/uber/jaeger-client-go v2.11.2+incompatible h1:D2idO5gYBl+40qnsowJaqtwCV6z1rxYy2yhYBh3mVvI =
@@ -141,7 +143,5 @@ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkep
141
143
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 /go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw =
142
144
gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I =
143
145
gopkg.in/yaml.v2 v2.2.4 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
144
- launchpad.net/gocheck v0.0.0-20140225173054-000000000087 h1:Izowp2XBH6Ya6rv+hqbceQyw/gSGoXfH/UPoTGduL54 =
145
- launchpad.net/gocheck v0.0.0-20140225173054-000000000087 /go.mod h1:hj7XX3B/0A+80Vse0e+BUHsHMTEhd0O4cpUHr/e/BUM =
146
146
upspin.io v0.0.0-20180517055408-63f1073c7a3a h1:SmRV4ptPhupMzU2o5cWgX9FmOwGLP135Z7jihhmvgtk =
147
147
upspin.io v0.0.0-20180517055408-63f1073c7a3a /go.mod h1:4hdXTXkMPXxzbiw/sultoifpccn98hChAFvrU19V2ug =
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import (
10
10
"github.com/hashicorp/raft"
11
11
raftboltdb "github.com/hashicorp/raft-boltdb"
12
12
"github.com/hashicorp/serf/serf"
13
- "github.com/travisjeffery /jocko/jocko/fsm"
14
- "github.com/travisjeffery /jocko/jocko/metadata"
15
- "github.com/travisjeffery /jocko/jocko/structs"
16
- "github.com/travisjeffery /jocko/log"
17
- "github.com/travisjeffery /jocko/protocol"
13
+ "github.com/nash-io /jocko/jocko/fsm"
14
+ "github.com/nash-io /jocko/jocko/metadata"
15
+ "github.com/nash-io /jocko/jocko/structs"
16
+ "github.com/nash-io /jocko/log"
17
+ "github.com/nash-io /jocko/protocol"
18
18
)
19
19
20
20
const (
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/stretchr/testify/require"
11
11
12
12
"github.com/nash-io/jocko/jocko"
13
- "github.com/nash-io/jocko/structs"
13
+ "github.com/nash-io/jocko/jocko/ structs"
14
14
"github.com/nash-io/jocko/mock"
15
15
"github.com/nash-io/jocko/testutil"
16
16
)
You can’t perform that action at this time.
0 commit comments