File tree 2 files changed +4
-4
lines changed
src/github.com/arduino-libraries/WiFi101-FirmwareUpdater
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ package main
21
21
22
22
import (
23
23
"bytes"
24
- "certificates"
25
24
"errors"
26
- "flasher"
27
25
_ "fmt"
26
+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/certificates"
27
+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/flasher"
28
28
"github.com/google/gxui"
29
29
"github.com/google/gxui/drivers/gl"
30
30
_ "github.com/google/gxui/gxfont"
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ package main
21
21
22
22
import (
23
23
"bytes"
24
- "certificates"
25
24
"errors"
26
25
"flag"
27
- "flasher"
26
+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/certificates"
27
+ "github.com/arduino-libraries/WiFi101-FirmwareUpdater/flasher"
28
28
"io/ioutil"
29
29
"log"
30
30
"os"
You can’t perform that action at this time.
0 commit comments