X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fcnw%2Fcnw.go;h=fc4feb83a2650553db7d14a66f24c9f2f5b34033;hb=3e56ce5dd70032b77582065691b4971b222caa22;hp=7f031c31556c39ccba816e2d7b5409f2eb5f6343;hpb=6f7f0571f11f3d370b38c6de681e4b1389ba3e53;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/cnw/cnw.go b/src/cypherpunks.ru/govpn/cnw/cnw.go index 7f031c3..fc4feb8 100644 --- a/src/cypherpunks.ru/govpn/cnw/cnw.go +++ b/src/cypherpunks.ru/govpn/cnw/cnw.go @@ -44,9 +44,9 @@ package cnw import ( "crypto/subtle" "encoding/binary" - "errors" "chacha20" + "github.com/pkg/errors" "golang.org/x/crypto/poly1305" )