@@ -19,15 +19,8 @@ require (
19
19
)
20
20
21
21
require (
22
- github.com/PuerkitoBio/goquery v1.10.2
23
- github.com/deckarep/golang-set/v2 v2.7.0
24
- github.com/jdkato/prose/v2 v2.0.0
25
22
github.com/joho/godotenv v1.5.1
26
- github.com/ledongthuc/pdf v0.0.0-20240201131950-da5b75280b06
27
- github.com/neo4j/neo4j-go-driver/v4 v4.4.7
28
- github.com/prometheus/client_golang v1.21.0
29
23
github.com/sergi/go-diff v1.3.1
30
- github.com/sirupsen/logrus v1.9.3
31
24
googlemaps.github.io/maps v1.7.0
32
25
)
33
26
@@ -38,11 +31,7 @@ require (
38
31
cloud.google.com/go/compute/metadata v0.6.0 // indirect
39
32
dario.cat/mergo v1.0.1 // indirect
40
33
github.com/JohannesKaufmann/dom v0.2.0 // indirect
41
- github.com/andybalholm/cascadia v1.3.3 // indirect
42
- github.com/beorn7/perks v1.0.1 // indirect
43
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
44
34
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45
- github.com/deckarep/golang-set v1.7.1 // indirect
46
35
github.com/dlclark/regexp2 v1.10.0 // indirect
47
36
github.com/felixge/httpsnoop v1.0.4 // indirect
48
37
github.com/go-logr/logr v1.4.2 // indirect
@@ -54,12 +43,7 @@ require (
54
43
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
55
44
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
56
45
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
57
- github.com/mingrammer/commonregex v1.0.1 // indirect
58
- github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
46
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
60
- github.com/prometheus/client_model v0.6.1 // indirect
61
- github.com/prometheus/common v0.62.0 // indirect
62
- github.com/prometheus/procfs v0.15.1 // indirect
63
47
github.com/tidwall/match v1.1.1 // indirect
64
48
github.com/tidwall/pretty v1.2.1 // indirect
65
49
go.opencensus.io v0.24.0 // indirect
@@ -73,9 +57,7 @@ require (
73
57
golang.org/x/sys v0.30.0 // indirect
74
58
golang.org/x/text v0.22.0 // indirect
75
59
golang.org/x/time v0.10.0 // indirect
76
- gonum.org/v1/gonum v0.7.0 // indirect
77
60
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
78
61
google.golang.org/grpc v1.70.0 // indirect
79
62
google.golang.org/protobuf v1.36.5 // indirect
80
- gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
81
63
)
0 commit comments