From b183fffa35a9f337c1a93a924314507a3f200949 Mon Sep 17 00:00:00 2001 From: Lukas Werner Date: Sun, 31 Aug 2025 10:25:01 -0700 Subject: [PATCH] fix: accidental compile error --- oauth.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/oauth.go b/oauth.go index 974e70f..b9e5314 100644 --- a/oauth.go +++ b/oauth.go @@ -7,8 +7,6 @@ import ( "encoding/json" "html/template" "net/http" - "net/http/cookiejar" - "net/url" "sync" "time"