mirror of
https://github.com/rclone/rclone.git
synced 2025-12-23 03:33:28 +00:00
vendor: update all dependencies
This commit is contained in:
11
vendor/github.com/mattn/go-ieproxy/proxy_middleman.go
generated
vendored
Normal file
11
vendor/github.com/mattn/go-ieproxy/proxy_middleman.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package ieproxy
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
// GetProxyFunc is a forwarder for the OS-Exclusive proxyMiddleman_os.go files
|
||||
func GetProxyFunc() func(*http.Request) (*url.URL, error) {
|
||||
return proxyMiddleman()
|
||||
}
|
||||
Reference in New Issue
Block a user