Browse Source

Merge pull request #471 from gravitl/hotfix_v0.9_windows_file

windows file fix
dcarns 3 years ago
parent
commit
592dc6e5dc
1 changed files with 0 additions and 20 deletions
  1. 0 20
      netclient/ncutils/netclientutils_windows.go

+ 0 - 20
netclient/ncutils/netclientutils_windows.go

@@ -1,29 +1,9 @@
 package ncutils
 package ncutils
 
 
 import (
 import (
-	"context"
-	"crypto/tls"
-	"errors"
-	"fmt"
-	"io"
-	"io/ioutil"
 	"log"
 	"log"
-	"math/rand"
-	"net"
-	"net/http"
-	"os"
 	"os/exec"
 	"os/exec"
-	"regexp"
-	"runtime"
-	"strconv"
 	"strings"
 	"strings"
-	"syscall"
-	"time"
-
-	"golang.zx2c4.com/wireguard/wgctrl"
-	"golang.zx2c4.com/wireguard/wgctrl/wgtypes"
-	"google.golang.org/grpc"
-	"google.golang.org/grpc/credentials"
 )
 )
 
 
 // RunCmd - runs a local command
 // RunCmd - runs a local command