File tree Expand file tree Collapse file tree 13 files changed +27
-27
lines changed Expand file tree Collapse file tree 13 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 5
5
"net/url"
6
6
7
7
log "github.com/Sirupsen/logrus"
8
- "jsonwire-grid/pool"
8
+ "github.com/qa-dev/ jsonwire-grid/pool"
9
9
)
10
10
11
11
type ApiProxy struct {
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ import (
5
5
"encoding/json"
6
6
"errors"
7
7
log "github.com/Sirupsen/logrus"
8
- "jsonwire-grid/jsonwire"
9
- "jsonwire-grid/pool"
10
- "jsonwire-grid/proxy"
11
- "jsonwire-grid/selenium"
12
- "jsonwire-grid/wda"
8
+ "github.com/qa-dev/ jsonwire-grid/jsonwire"
9
+ "github.com/qa-dev/ jsonwire-grid/pool"
10
+ "github.com/qa-dev/ jsonwire-grid/proxy"
11
+ "github.com/qa-dev/ jsonwire-grid/selenium"
12
+ "github.com/qa-dev/ jsonwire-grid/wda"
13
13
"io/ioutil"
14
14
"net/http"
15
15
"net/http/httputil"
Original file line number Diff line number Diff line change 7
7
"strconv"
8
8
9
9
log "github.com/Sirupsen/logrus"
10
- "jsonwire-grid/pool"
10
+ "github.com/qa-dev/ jsonwire-grid/pool"
11
11
)
12
12
13
13
type RegisterNode struct {
Original file line number Diff line number Diff line change 7
7
"regexp"
8
8
9
9
log "github.com/Sirupsen/logrus"
10
- "jsonwire-grid/pool"
10
+ "github.com/qa-dev/ jsonwire-grid/pool"
11
11
)
12
12
13
13
type UseSession struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package logger
3
3
import (
4
4
"github.com/Sirupsen/logrus"
5
5
6
- "jsonwire-grid/config"
6
+ "github.com/qa-dev/ jsonwire-grid/config"
7
7
)
8
8
9
9
func Init (logger config.Logger ) {
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ import (
6
6
log "github.com/Sirupsen/logrus"
7
7
_ "github.com/go-sql-driver/mysql"
8
8
"github.com/jmoiron/sqlx"
9
+ "github.com/qa-dev/jsonwire-grid/config"
10
+ "github.com/qa-dev/jsonwire-grid/handlers"
11
+ "github.com/qa-dev/jsonwire-grid/logger"
12
+ "github.com/qa-dev/jsonwire-grid/middleware"
13
+ "github.com/qa-dev/jsonwire-grid/pool"
14
+ poolMetrics "github.com/qa-dev/jsonwire-grid/pool/metrics"
15
+ mysqlMigrations "github.com/qa-dev/jsonwire-grid/storage/migrations/mysql"
16
+ "github.com/qa-dev/jsonwire-grid/storage/mysql"
17
+ "github.com/qa-dev/jsonwire-grid/utils/metrics"
9
18
"github.com/rubenv/sql-migrate"
10
- "jsonwire-grid/config"
11
- "jsonwire-grid/handlers"
12
- "jsonwire-grid/logger"
13
- "jsonwire-grid/middleware"
14
- "jsonwire-grid/pool"
15
- poolMetrics "jsonwire-grid/pool/metrics"
16
- mysqlMigrations "jsonwire-grid/storage/migrations/mysql"
17
- "jsonwire-grid/storage/mysql"
18
- "jsonwire-grid/utils/metrics"
19
19
"net/http"
20
20
"os"
21
21
"os/signal"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package metrics
2
2
3
3
import (
4
4
log "github.com/Sirupsen/logrus"
5
- "jsonwire-grid/pool"
5
+ "github.com/qa-dev/ jsonwire-grid/pool"
6
6
"gopkg.in/alexcesaro/statsd.v2"
7
7
"time"
8
8
)
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
log "github.com/Sirupsen/logrus"
11
11
12
12
"errors"
13
- "jsonwire-grid/jsonwire"
14
- "jsonwire-grid/pool"
13
+ "github.com/qa-dev/ jsonwire-grid/jsonwire"
14
+ "github.com/qa-dev/ jsonwire-grid/pool"
15
15
)
16
16
17
17
type CreateSessionTransport struct {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package selenium
2
2
3
3
import (
4
4
"encoding/json"
5
- "jsonwire-grid/jsonwire"
5
+ "github.com/qa-dev/ jsonwire-grid/jsonwire"
6
6
"io/ioutil"
7
7
"net/http"
8
8
"net/url"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package storage
2
2
3
3
import (
4
4
"github.com/stretchr/testify/assert"
5
- "jsonwire-grid/pool"
5
+ "github.com/qa-dev/ jsonwire-grid/pool"
6
6
"testing"
7
7
)
8
8
You can’t perform that action at this time.
0 commit comments