File tree Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Expand file tree Collapse file tree 5 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
- module github.com/roadrunner-server/api
1
+ module github.com/roadrunner-server/api/v2
2
2
3
3
go 1.17
4
4
5
5
require (
6
6
github.com/goccy/go-json v0.9.0
7
- github.com/hashicorp/go-version v1.4.0
8
7
github.com/prometheus/client_golang v1.11.0
9
8
github.com/spiral/roadrunner/v2 v2.7.0-beta.1
10
9
github.com/stretchr/testify v1.7.0
Original file line number Diff line number Diff line change @@ -131,8 +131,6 @@ github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
131
131
github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
132
132
github.com/googleapis/gax-go/v2 v2.0.4 /go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg =
133
133
github.com/googleapis/gax-go/v2 v2.0.5 /go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk =
134
- github.com/hashicorp/go-version v1.4.0 h1:aAQzgqIrRKRa7w75CKpbBxYsmUoPjzVm1W59ca1L0J4 =
135
- github.com/hashicorp/go-version v1.4.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
136
134
github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
137
135
github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
138
136
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package informer
3
3
import (
4
4
"context"
5
5
6
- "github.com/roadrunner-server/api/plugins/v2/jobs"
6
+ "github.com/roadrunner-server/api/v2/ plugins/v2/jobs"
7
7
"github.com/spiral/roadrunner/v2/state/process"
8
8
)
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package jobs
3
3
import (
4
4
"context"
5
5
6
- "github.com/roadrunner-server/api/plugins/v2/jobs/pipeline"
6
+ "github.com/roadrunner-server/api/v2/ plugins/v2/jobs/pipeline"
7
7
priorityqueue "github.com/spiral/roadrunner/v2/priority_queue"
8
8
)
9
9
Original file line number Diff line number Diff line change 1
1
package kv
2
2
3
- import kvv1 "github.com/roadrunner-server/api/proto/kv/v1beta"
3
+ import kvv1 "github.com/roadrunner-server/api/v2/ proto/kv/v1beta"
4
4
5
5
// Storage represents single abstract storage.
6
6
type Storage interface {
You can’t perform that action at this time.
0 commit comments