Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/all-dependencies-041…
Browse files Browse the repository at this point in the history
…0bdb189
  • Loading branch information
romainmenke authored Dec 9, 2024
2 parents dab1562 + 28a2092 commit 1f98b7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
github.com/mileusna/useragent v1.3.5
github.com/tebeka/selenium v0.9.9
golang.org/x/sync v0.9.0
golang.org/x/sync v0.10.0
)

require github.com/blang/semver v3.5.1+incompatible // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ github.com/mileusna/useragent v1.3.5/go.mod h1:3d8TOmwL/5I8pJjyVDteHtgDGcefrFUX4
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.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,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.9.0
# golang.org/x/sync v0.10.0
## explicit; go 1.18
golang.org/x/sync/semaphore

0 comments on commit 1f98b7c

Please sign in to comment.