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