File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/github.com/arduino-libraries/WiFi101-FirmwareUpdater Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ package main
2121
2222import (
2323 "bytes"
24- "certificates"
2524 "errors"
26- "flasher"
2725 _ "fmt"
26+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/certificates"
27+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/flasher"
2828 "github.com/google/gxui"
2929 "github.com/google/gxui/drivers/gl"
3030 _ "github.com/google/gxui/gxfont"
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ package main
2121
2222import (
2323 "bytes"
24- "certificates"
2524 "errors"
2625 "flag"
27- "flasher"
26+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/certificates"
27+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/flasher"
2828 "io/ioutil"
2929 "log"
3030 "os"
You can’t perform that action at this time.
0 commit comments