Skip to content

Commit

Permalink
修改引用
Browse files Browse the repository at this point in the history
  • Loading branch information
aoliaoaoaojiao committed Sep 13, 2022
1 parent e0e7a0a commit ac4c0de
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adapter/adapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ package adapters

import (
"encoding/json"
"github.com/SonicCloudOrg/sonic-ios-webkit-adapter/entity"
"github.com/gorilla/websocket"
"github.com/tidwall/gjson"
"log"
"sonic-ios-webkit-adapter/entity"
"strings"
)

Expand Down
4 changes: 2 additions & 2 deletions protocols/Base.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ package protocols
import (
"encoding/json"
"fmt"
"github.com/SonicCloudOrg/sonic-ios-webkit-adapter/adapter"
"github.com/SonicCloudOrg/sonic-ios-webkit-adapter/entity"
"github.com/tidwall/gjson"
"github.com/tidwall/sjson"
"log"
"regexp"
"sonic-ios-webkit-adapter/adapter"
"sonic-ios-webkit-adapter/entity"
"strconv"
"strings"
"time"
Expand Down
2 changes: 1 addition & 1 deletion protocols/ScreencastSession.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
package protocols

import (
adapters "github.com/SonicCloudOrg/sonic-ios-webkit-adapter/adapter"
"github.com/tidwall/gjson"
"log"
adapters "sonic-ios-webkit-adapter/adapter"
"strconv"
"strings"
"time"
Expand Down
2 changes: 1 addition & 1 deletion protocols/iOS12.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
package protocols

import (
adapters "github.com/SonicCloudOrg/sonic-ios-webkit-adapter/adapter"
"github.com/tidwall/gjson"
adapters "sonic-ios-webkit-adapter/adapter"
)

type iOS12 struct {
Expand Down
2 changes: 1 addition & 1 deletion protocols/iOS8.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
package protocols

import (
adapters "github.com/SonicCloudOrg/sonic-ios-webkit-adapter/adapter"
"github.com/tidwall/gjson"
"github.com/tidwall/sjson"
"log"
adapters "sonic-ios-webkit-adapter/adapter"
)

type iOS8 struct {
Expand Down

0 comments on commit ac4c0de

Please sign in to comment.