Update auth.go

This commit is contained in:
Prajwal Koirala 2018-12-19 11:55:37 -05:00 committed by GitHub
parent 6fbd39ea10
commit 95b840e40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"crypto/rand"
"crypto/sha256"
"encoding/binary"
"github.com/cbeuw/Cloak/internal/util"
"github.com/cbeuw/Cloak/tree/master/internal/util"
ecdh "github.com/cbeuw/go-ecdh"
"io"
)