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" "fmt"
"io" "io"
"net/http" "net/http"
"net/http/cookiejar"
"net/url" "net/url"
"strings" "strings"
"sync" "sync"
cookiejar "github.com/juju/persistent-cookiejar"
"github.com/robertkrimen/otto" "github.com/robertkrimen/otto"
) )