aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater/downloader.go
diff options
context:
space:
mode:
Diffstat (limited to 'updater/downloader.go')
-rw-r--r--updater/downloader.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/updater/downloader.go b/updater/downloader.go
index 88931d61..f9b70834 100644
--- a/updater/downloader.go
+++ b/updater/downloader.go
@@ -9,13 +9,14 @@ import (
"crypto/hmac"
"errors"
"fmt"
- "golang.org/x/crypto/blake2b"
- "golang.zx2c4.com/wireguard/windows/version"
"hash"
"io"
"net/http"
"os"
"sync/atomic"
+
+ "golang.org/x/crypto/blake2b"
+ "golang.zx2c4.com/wireguard/windows/version"
)
type DownloadProgress struct {