From 7e3ad2a691f5f718f75646148266ae7c44d5734a Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Tue, 8 Jan 2019 13:47:18 +0100 Subject: [PATCH] Update client_state.go --- client_state.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client_state.go b/client_state.go index 94aa643..e0781ec 100644 --- a/client_state.go +++ b/client_state.go @@ -1,8 +1,11 @@ package authboss import ( + "bufio" "context" + "errors" "fmt" + "net" "net/http" "strings" )