Changed back to stdlib cookiejar

This commit is contained in:
tyler 2024-02-09 11:11:18 -05:00
parent 11df47a4cc
commit ca9ecdfd02

View file

@ -5,11 +5,11 @@ import (
"fmt"
"io"
"net/http"
"net/http/cookiejar"
"net/url"
"strings"
"sync"
cookiejar "github.com/juju/persistent-cookiejar"
"github.com/robertkrimen/otto"
)