Skip to content

Commit 4bfec29

Browse files
authored
Updated Ferret version (#22)
1 parent 09b3cc0 commit 4bfec29

File tree

3 files changed

+90
-177
lines changed

3 files changed

+90
-177
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
toolchain go1.24.2
66

77
require (
8-
github.com/MontFerret/ferret v0.18.0
8+
github.com/MontFerret/ferret v0.18.1
99
github.com/go-git/go-billy/v5 v5.6.2
1010
github.com/go-git/go-git/v5 v5.16.0
1111
github.com/go-waitfor/waitfor v1.0.0
@@ -25,11 +25,11 @@ require (
2525
dario.cat/mergo v1.0.0 // indirect
2626
github.com/Microsoft/go-winio v0.6.2 // indirect
2727
github.com/ProtonMail/go-crypto v1.1.6 // indirect
28-
github.com/PuerkitoBio/goquery v1.8.1 // indirect
29-
github.com/andybalholm/cascadia v1.3.1 // indirect
30-
github.com/antchfx/htmlquery v1.3.0 // indirect
31-
github.com/antchfx/xpath v1.2.4 // indirect
32-
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1 // indirect
28+
github.com/PuerkitoBio/goquery v1.10.3 // indirect
29+
github.com/andybalholm/cascadia v1.3.3 // indirect
30+
github.com/antchfx/htmlquery v1.3.4 // indirect
31+
github.com/antchfx/xpath v1.3.4 // indirect
32+
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
3333
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
3434
github.com/cloudflare/circl v1.6.1 // indirect
3535
github.com/corpix/uarand v0.2.0 // indirect
@@ -39,14 +39,14 @@ require (
3939
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
4040
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
4141
github.com/gopherjs/gopherjs v1.17.2 // indirect
42-
github.com/gorilla/css v1.0.0 // indirect
43-
github.com/gorilla/websocket v1.4.2 // indirect
42+
github.com/gorilla/css v1.0.1 // indirect
43+
github.com/gorilla/websocket v1.5.3 // indirect
4444
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4545
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4646
github.com/jtolds/gls v4.20.0+incompatible // indirect
4747
github.com/kevinburke/ssh_config v1.2.0 // indirect
4848
github.com/labstack/gommon v0.4.2 // indirect
49-
github.com/mafredri/cdp v0.34.0 // indirect
49+
github.com/mafredri/cdp v0.35.0 // indirect
5050
github.com/mattn/go-colorable v0.1.13 // indirect
5151
github.com/mattn/go-isatty v0.0.20 // indirect
5252
github.com/pjbgf/sha1cd v0.3.2 // indirect
@@ -60,12 +60,12 @@ require (
6060
github.com/wI2L/jettison v0.7.4 // indirect
6161
github.com/xanzy/ssh-agent v0.3.3 // indirect
6262
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
63-
golang.org/x/crypto v0.37.0 // indirect
63+
golang.org/x/crypto v0.38.0 // indirect
6464
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
65-
golang.org/x/net v0.39.0 // indirect
66-
golang.org/x/sync v0.13.0 // indirect
67-
golang.org/x/sys v0.32.0 // indirect
68-
golang.org/x/text v0.24.0 // indirect
65+
golang.org/x/net v0.40.0 // indirect
66+
golang.org/x/sync v0.14.0 // indirect
67+
golang.org/x/sys v0.33.0 // indirect
68+
golang.org/x/text v0.25.0 // indirect
6969
golang.org/x/time v0.8.0 // indirect
7070
gopkg.in/warnings.v0 v0.1.2 // indirect
7171
)

0 commit comments

Comments
 (0)