mirror of
https://github.com/RoganDawes/P4wnP1_aloa.git
synced 2025-11-15 08:32:06 +01:00
Fixed imports
This commit is contained in:
@@ -3,7 +3,7 @@ package cli_client
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
pb "github.com/mame82/P4wnP1_go/proto"
|
pb "github.com/mame82/P4wnP1_go/proto"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
"golang.org/x/net/context"
|
"golang.org/x/net/context"
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
"io"
|
"io"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package mgenetlink
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
nl "github.com/mame82/P4wnP1_go/mnetlink"
|
nl "github.com/mame82/P4wnP1_go/mnetlink"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
"golang.org/x/sys/unix"
|
"golang.org/x/sys/unix"
|
||||||
"log"
|
"log"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ package mgenetlink
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/mame82/P4wnP1_go/mnetlink"
|
"github.com/mame82/P4wnP1_go/mnetlink"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
"golang.org/x/sys/unix"
|
"golang.org/x/sys/unix"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ package mnetlink
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
"golang.org/x/sys/unix"
|
"golang.org/x/sys/unix"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"os"
|
"os"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import (
|
|||||||
"github.com/mame82/mblue-toolz/btmgmt"
|
"github.com/mame82/mblue-toolz/btmgmt"
|
||||||
"github.com/mame82/mblue-toolz/dbusHelper"
|
"github.com/mame82/mblue-toolz/dbusHelper"
|
||||||
"github.com/mame82/mblue-toolz/toolz"
|
"github.com/mame82/mblue-toolz/toolz"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
pb "github.com/mame82/P4wnP1_go/proto"
|
pb "github.com/mame82/P4wnP1_go/proto"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
pb "github.com/mame82/P4wnP1_go/proto/gopherjs"
|
pb "github.com/mame82/P4wnP1_go/proto/gopherjs"
|
||||||
"github.com/mame82/hvue"
|
"github.com/mame82/hvue"
|
||||||
"github.com/mame82/mvuex"
|
"github.com/mame82/mvuex"
|
||||||
"github.com/pkg/errors"
|
"errors"
|
||||||
"io"
|
"io"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strconv"
|
"strconv"
|
||||||
|
|||||||
Reference in New Issue
Block a user