diff --git a/go.mod b/go.mod index 1b2bdb59b..a3b87152f 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/google/uuid v1.6.0 github.com/hashicorp/go-version v1.7.0 github.com/tebeka/selenium v0.9.9 - golang.org/x/sync v0.11.0 + golang.org/x/sync v0.12.0 ) require github.com/blang/semver v3.5.1+incompatible // indirect diff --git a/go.sum b/go.sum index fcaa4643c..a48e843a4 100644 --- a/go.sum +++ b/go.sum @@ -12,5 +12,5 @@ github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09 github.com/romainmenke/selenium v0.9.15 h1:XTWq5YIg/pn59ItE8SS8LPlXZIHTOKwkUu/L3ooydUo= github.com/romainmenke/selenium v0.9.15/go.mod h1:y4EGOuGIjULIjnjn2u3sCOgHsP+9JsyhHHgMNyjX8ds= golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g= -golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= -golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw= +golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= diff --git a/vendor/modules.txt b/vendor/modules.txt index 7379e9fd5..8eb6ca222 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -14,6 +14,6 @@ github.com/tebeka/selenium/chrome github.com/tebeka/selenium/firefox github.com/tebeka/selenium/internal/zip github.com/tebeka/selenium/log -# golang.org/x/sync v0.11.0 -## explicit; go 1.18 +# golang.org/x/sync v0.12.0 +## explicit; go 1.23 golang.org/x/sync/semaphore