From 95b840e40fc2e5a50a2d504d4e91fdc71db2bda0 Mon Sep 17 00:00:00 2001 From: Prajwal Koirala <16564273+LiveChief@users.noreply.github.com> Date: Wed, 19 Dec 2018 11:55:37 -0500 Subject: [PATCH] Update auth.go --- internal/client/auth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/client/auth.go b/internal/client/auth.go index 2e8ec66..af0dcfe 100644 --- a/internal/client/auth.go +++ b/internal/client/auth.go @@ -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" )