## Feature Description I have to use a SOCKS5 proxy to connect to my GitLab instance. This can be done by setting `Proxy` on the `net/http.Transport` using either [ProxyFromEnvironment](https://pkg.go.dev/net/http#ProxyFromEnvironment) or [ProxyURL](https://pkg.go.dev/net/http#ProxyURL)