s/kylelemons/google/ in the new repo.
This commit is contained in:
@@ -27,7 +27,7 @@ package usbid
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/kylelemons/gousb/usb"
|
||||
"github.com/google/gousb/usb"
|
||||
)
|
||||
|
||||
// Describe returns a human readable string describing the vendor and product
|
||||
|
@@ -21,7 +21,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/kylelemons/gousb/usb"
|
||||
"github.com/google/gousb/usb"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@@ -22,7 +22,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/kylelemons/gousb/usb"
|
||||
"github.com/google/gousb/usb"
|
||||
)
|
||||
|
||||
// A Vendor contains the name of the vendor and mappings corresponding to all
|
||||
|
@@ -25,7 +25,7 @@ import (
|
||||
"text/template"
|
||||
"time"
|
||||
|
||||
"github.com/kylelemons/gousb/usbid"
|
||||
"github.com/google/gousb/usbid"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@@ -14,7 +14,7 @@
|
||||
|
||||
package usbid
|
||||
|
||||
import "github.com/kylelemons/gousb/usb"
|
||||
import "github.com/google/gousb/usb"
|
||||
|
||||
const testDBPath = "testdata/testdb.txt"
|
||||
|
||||
|
Reference in New Issue
Block a user