]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/tap_linux.go
upgrade water to original maintained repository
[govpn.git] / src / cypherpunks.ru / govpn / tap_linux.go
index 8c5e883760a2bcafda219acc37a39c1a57b2eacd..2f901eb773a3286a840f4e2ad03095c0cd1f2a21 100644 (file)
@@ -2,7 +2,7 @@
 
 /*
 GoVPN -- simple secure free software virtual private network daemon
-Copyright (C) 2014-2016 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2014-2017 Sergey Matveev <stargrave@stargrave.org>
 */
 
 package govpn
@@ -11,7 +11,7 @@ import (
        "io"
        "strings"
 
-       "github.com/bigeagle/water"
+       "github.com/songgao/water"
 )
 
 func newTAPer(ifaceName string) (io.ReadWriter, error) {