diff --git a/internal/client.go b/internal/client.go index d270a54..a526364 100644 --- a/internal/client.go +++ b/internal/client.go @@ -55,7 +55,6 @@ type Client struct { http *http.Client endpoint *url.URL username, password string - insecure bool } func NewClient(c *http.Client, endpoint string) (*Client, error) {