aboutsummaryrefslogtreecommitdiffstats
path: root/helper_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper_test.go')
-rw-r--r--helper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper_test.go b/helper_test.go
index 45e49e9..3705c97 100644
--- a/helper_test.go
+++ b/helper_test.go
@@ -8,7 +8,7 @@ package main
import (
"bytes"
"errors"
- "git.zx2c4.com/wireguard-go/tun"
+ "golang.zx2c4.com/wireguard/tun"
"os"
"testing"
)