Skip to content

Commit 61c4ea8

Browse files
author
ATHAPONG KAEWSALAPOOM
committed
chor: remove tailor made knowledge graph & nlp functions
1 parent 1c70c43 commit 61c4ea8

File tree

17 files changed

+0
-2691
lines changed

17 files changed

+0
-2691
lines changed

cmd/generate_knowledge_graph/main.go

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

go.mod

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,8 @@ require (
1919
)
2020

2121
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
2522
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
2923
github.com/sergi/go-diff v1.3.1
30-
github.com/sirupsen/logrus v1.9.3
3124
googlemaps.github.io/maps v1.7.0
3225
)
3326

@@ -38,11 +31,7 @@ require (
3831
cloud.google.com/go/compute/metadata v0.6.0 // indirect
3932
dario.cat/mergo v1.0.1 // indirect
4033
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
4434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
45-
github.com/deckarep/golang-set v1.7.1 // indirect
4635
github.com/dlclark/regexp2 v1.10.0 // indirect
4736
github.com/felixge/httpsnoop v1.0.4 // indirect
4837
github.com/go-logr/logr v1.4.2 // indirect
@@ -54,12 +43,7 @@ require (
5443
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
5544
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5645
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
5946
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
6347
github.com/tidwall/match v1.1.1 // indirect
6448
github.com/tidwall/pretty v1.2.1 // indirect
6549
go.opencensus.io v0.24.0 // indirect
@@ -73,9 +57,7 @@ require (
7357
golang.org/x/sys v0.30.0 // indirect
7458
golang.org/x/text v0.22.0 // indirect
7559
golang.org/x/time v0.10.0 // indirect
76-
gonum.org/v1/gonum v0.7.0 // indirect
7760
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
7861
google.golang.org/grpc v1.70.0 // indirect
7962
google.golang.org/protobuf v1.36.5 // indirect
80-
gopkg.in/neurosnap/sentences.v1 v1.0.6 // indirect
8163
)

0 commit comments

Comments
 (0)