Update dependencies

This commit is contained in:
Alex X
2023-12-28 16:49:09 +03:00
parent c8c3b22d19
commit 62343af009
3 changed files with 34 additions and 53 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"regexp"
"github.com/AlexxIT/go2rtc/pkg/tcp"
"github.com/antonmedv/expr"
"github.com/expr-lang/expr"
)
func newRequest(method, url string, headers map[string]any) (*http.Request, error) {