summaryrefslogtreecommitdiff
path: root/pkg/helper
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-01-16 23:10:40 +0100
committerRuben Pollan <meskio@sindominio.net>2019-01-17 12:31:41 +0100
commit2acbb45cb534a479275c378683df34b87fe5dae9 (patch)
tree5e9ac0d703c4a29da6a5ff5f4cce7fd57d338f87 /pkg/helper
parentb1247d2d0d51108c910a73891ff3116e5f032ab1 (diff)
[refactor] rename the imports into bitmask-vpn
Diffstat (limited to 'pkg/helper')
-rw-r--r--pkg/helper/darwin.go2
-rw-r--r--pkg/helper/linux.go2
-rw-r--r--pkg/helper/windows.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkg/helper/darwin.go b/pkg/helper/darwin.go
index ff4ae4d..49924e5 100644
--- a/pkg/helper/darwin.go
+++ b/pkg/helper/darwin.go
@@ -36,7 +36,7 @@ import (
"path"
"strings"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
"github.com/sevlyar/go-daemon"
)
diff --git a/pkg/helper/linux.go b/pkg/helper/linux.go
index 79d301d..8ee3037 100644
--- a/pkg/helper/linux.go
+++ b/pkg/helper/linux.go
@@ -21,7 +21,7 @@ import (
"os"
"os/exec"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
)
const (
diff --git a/pkg/helper/windows.go b/pkg/helper/windows.go
index 4e4e89d..bc86e79 100644
--- a/pkg/helper/windows.go
+++ b/pkg/helper/windows.go
@@ -21,7 +21,7 @@ import (
"os"
"os/exec"
- "0xacab.org/leap/bitmask-systray/pkg/config"
+ "0xacab.org/leap/bitmask-vpn/pkg/config"
)
const (