move url.URL into base.URL (#459)

This commit is contained in:
Alessandro Ros
2023-11-07 16:51:45 +01:00
committed by GitHub
parent b8838ca595
commit 01b3bfc6ab
44 changed files with 268 additions and 259 deletions

View File

@@ -8,7 +8,6 @@ import (
"github.com/bluenviron/gortsplib/v4/pkg/base"
"github.com/bluenviron/gortsplib/v4/pkg/headers"
"github.com/bluenviron/gortsplib/v4/pkg/url"
)
func md5Hex(in string) string {
@@ -68,7 +67,7 @@ func Validate(
req *base.Request,
user string,
pass string,
baseURL *url.URL,
baseURL *base.URL,
methods []headers.AuthMethod,
realm string,
nonce string,