Fix import typo
This commit is contained in:
committed by
Brendan LE GLAUNEC
parent
844f1e31af
commit
6e92eecdf6
Generated
+1
-7
@@ -1,12 +1,6 @@
|
|||||||
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
|
||||||
|
|
||||||
|
|
||||||
[[projects]]
|
|
||||||
branch = "master"
|
|
||||||
name = "github.com/Ullaakut/cameradar"
|
|
||||||
packages = ["."]
|
|
||||||
revision = "7711e34b5c437adc438ab1bbb4b5c633177a4799"
|
|
||||||
|
|
||||||
[[projects]]
|
[[projects]]
|
||||||
branch = "master"
|
branch = "master"
|
||||||
name = "github.com/andelf/go-curl"
|
name = "github.com/andelf/go-curl"
|
||||||
@@ -214,6 +208,6 @@
|
|||||||
[solve-meta]
|
[solve-meta]
|
||||||
analyzer-name = "dep"
|
analyzer-name = "dep"
|
||||||
analyzer-version = 1
|
analyzer-version = 1
|
||||||
inputs-digest = "8edbf6b1ec61fc8dae79000a7ccfea2523471e840756e5879421fca896a0d0cb"
|
inputs-digest = "cd90160a373567d6046fe1f1f30e822740533c06a766bcb75d2ed83820cd8526"
|
||||||
solver-name = "gps-cdcl"
|
solver-name = "gps-cdcl"
|
||||||
solver-version = 1
|
solver-version = 1
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/ullaakut/cameradar"
|
"github.com/Ullaakut/cameradar"
|
||||||
|
|
||||||
curl "github.com/andelf/go-curl"
|
curl "github.com/andelf/go-curl"
|
||||||
"github.com/fatih/color"
|
"github.com/fatih/color"
|
||||||
|
|||||||
Reference in New Issue
Block a user