File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 node-version : 24
2222 cache : ' npm'
2323
24- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
24+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2525 with :
2626 go-version : ' ^1.25'
2727
Original file line number Diff line number Diff line change 1818 node-version : 24
1919 cache : ' npm'
2020
21- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
21+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2222 with :
2323 go-version : ' ^1.25'
2424
Original file line number Diff line number Diff line change 2020 with :
2121 fetch-depth : 1
2222
23- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
23+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2424 with :
2525 go-version : ' ^1.25'
2626
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 1
2727
28- - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
28+ - uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2929 with :
3030 go-version : ' ^1.25'
3131
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/mattn/go-sqlite3 v1.14.34
1010 github.com/mileusna/useragent v1.3.5
1111 github.com/tebeka/selenium v0.9.9
12- golang.org/x/sync v0.19 .0
12+ golang.org/x/sync v0.20 .0
1313)
1414
1515require github.com/blang/semver v3.5.1+incompatible // indirect
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ github.com/romainmenke/selenium v0.9.15 h1:XTWq5YIg/pn59ItE8SS8LPlXZIHTOKwkUu/L3
2424github.com/romainmenke/selenium v0.9.15 /go.mod h1:y4EGOuGIjULIjnjn2u3sCOgHsP+9JsyhHHgMNyjX8ds =
2525golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g =
2626golang.org/x/net v0.7.0 /go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs =
27- golang.org/x/sync v0.19 .0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
28- golang.org/x/sync v0.19 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
27+ golang.org/x/sync v0.20 .0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4 =
28+ golang.org/x/sync v0.20 .0 /go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0 =
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ github.com/tebeka/selenium/chrome
2323github.com/tebeka/selenium/firefox
2424github.com/tebeka/selenium/internal/zip
2525github.com/tebeka/selenium/log
26- # golang.org/x/sync v0.19 .0
27- ## explicit; go 1.24 .0
26+ # golang.org/x/sync v0.20 .0
27+ ## explicit; go 1.25 .0
2828golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments