1
1
module github.com/gptscript-ai/tools/outlook/mail
2
2
3
- go 1.23.0
3
+ go 1.23.1
4
4
5
- replace github.com/gptscript-ai/tools/outlook/common => ../common
5
+ replace (
6
+ github.com/gptscript-ai/knowledge => ../../knowledge
7
+ github.com/gptscript-ai/tools/outlook/common => ../common
8
+ github.com/hupe1980/golc => github.com/iwilltry42/golc v0.0.113-0.20240802113826-d065a3c5b0c7 // nbformat extension
9
+ github.com/ledongthuc/pdf => github.com/iwilltry42/pdf v0.0.0-20240517145113-99fbaebc5dd3
10
+ github.com/philippgille/chromem-go => github.com/iwilltry42/chromem-go v0.0.0-20250218054308-81ac4c30d459
11
+ github.com/tmc/langchaingo => github.com/StrongMonkey/langchaingo v0.0.0-20240617180437-9af4bee04c8b
12
+ )
6
13
7
14
require (
8
15
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.15.0
9
16
github.com/JohannesKaufmann/html-to-markdown v1.6.0
10
17
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8
11
18
github.com/gptscript-ai/go-gptscript v0.9.6-0.20250204133419-744b25b84a61
19
+ github.com/gptscript-ai/knowledge v0.6.9
12
20
github.com/gptscript-ai/tools/outlook/common v0.0.0-20241008222508-3c6174b443e7
13
21
github.com/microsoft/kiota-abstractions-go v1.7.0
14
22
github.com/microsoftgraph/msgraph-sdk-go v1.51.0
15
23
)
16
24
25
+ require (
26
+ code.sajari.com/docconv/v2 v2.0.0-pre.4 // indirect
27
+ dario.cat/mergo v1.0.0 // indirect
28
+ github.com/AssemblyAI/assemblyai-go-sdk v1.3.0 // indirect
29
+ github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6 // indirect
30
+ github.com/JalfResi/justext v0.0.0-20170829062021-c0282dea7198 // indirect
31
+ github.com/JohannesKaufmann/dom v0.1.1-0.20240706125338-ff9f3b772364 // indirect
32
+ github.com/JohannesKaufmann/html-to-markdown/v2 v2.2.0 // indirect
33
+ github.com/Microsoft/go-winio v0.6.2 // indirect
34
+ github.com/ProtonMail/go-crypto v1.0.0 // indirect
35
+ github.com/acorn-io/z v0.0.0-20231104012607-4cab1b3ec5e5 // indirect
36
+ github.com/advancedlogic/GoOse v0.0.0-20191112112754-e742535969c1 // indirect
37
+ github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 // indirect
38
+ github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
39
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 // indirect
40
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 // indirect
41
+ github.com/aws/aws-sdk-go-v2/service/textract v1.30.11 // indirect
42
+ github.com/aws/smithy-go v1.20.2 // indirect
43
+ github.com/aymerick/douceur v0.2.0 // indirect
44
+ github.com/bytedance/sonic v1.13.1 // indirect
45
+ github.com/cenkalti/backoff v2.2.1+incompatible // indirect
46
+ github.com/cloudflare/circl v1.3.9 // indirect
47
+ github.com/cyphar/filepath-securejoin v0.2.5 // indirect
48
+ github.com/dlclark/regexp2 v1.11.0 // indirect
49
+ github.com/ebitengine/purego v0.8.1 // indirect
50
+ github.com/emirpasic/gods v1.18.1 // indirect
51
+ github.com/fatih/set v0.2.1 // indirect
52
+ github.com/gabriel-vasile/mimetype v1.4.4 // indirect
53
+ github.com/gen2brain/go-fitz v1.24.14 // indirect
54
+ github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect
55
+ github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
56
+ github.com/go-git/go-billy/v5 v5.5.0 // indirect
57
+ github.com/go-git/go-git/v5 v5.12.0 // indirect
58
+ github.com/go-resty/resty/v2 v2.3.0 // indirect
59
+ github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
60
+ github.com/goccy/go-json v0.10.5 // indirect
61
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
62
+ github.com/google/go-querystring v1.1.0 // indirect
63
+ github.com/gorilla/css v1.0.0 // indirect
64
+ github.com/hupe1980/go-textractor v0.0.9 // indirect
65
+ github.com/hupe1980/golc v0.0.112 // indirect
66
+ github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
67
+ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
68
+ github.com/jupiterrider/ffi v0.2.0 // indirect
69
+ github.com/kevinburke/ssh_config v1.2.0 // indirect
70
+ github.com/klauspost/compress v1.17.6 // indirect
71
+ github.com/knadh/koanf/maps v0.1.1 // indirect
72
+ github.com/knadh/koanf/providers/env v0.1.0 // indirect
73
+ github.com/knadh/koanf/v2 v2.1.1 // indirect
74
+ github.com/ledongthuc/pdf v0.0.0-20240201131950-da5b75280b06 // indirect
75
+ github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5 // indirect
76
+ github.com/lu4p/cat v0.1.5 // indirect
77
+ github.com/mattn/go-runewidth v0.0.16 // indirect
78
+ github.com/microcosm-cc/bluemonday v1.0.26 // indirect
79
+ github.com/mitchellh/copystructure v1.2.0 // indirect
80
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
81
+ github.com/mitchellh/reflectwalk v1.0.2 // indirect
82
+ github.com/olekukonko/tablewriter v0.0.6-0.20230925090304-df64c4bbad77 // indirect
83
+ github.com/otiai10/gosseract/v2 v2.2.4 // indirect
84
+ github.com/philippgille/chromem-go v0.6.1-0.20240811154507-a1944285b284 // indirect
85
+ github.com/pjbgf/sha1cd v0.3.0 // indirect
86
+ github.com/pkg/errors v0.9.1 // indirect
87
+ github.com/pkoukk/tiktoken-go v0.1.6
88
+ github.com/richardlehane/mscfb v1.0.3 // indirect
89
+ github.com/richardlehane/msoleps v1.0.3 // indirect
90
+ github.com/rivo/uniseg v0.4.7 // indirect
91
+ github.com/sashabaranov/go-openai v1.26.0 // indirect
92
+ github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
93
+ github.com/serpapi/google-search-results-golang v0.0.0-20240325113416-ec93f510648e // indirect
94
+ github.com/skeema/knownhosts v1.2.2 // indirect
95
+ github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
96
+ github.com/tmc/langchaingo v0.1.12 // indirect
97
+ github.com/unidoc/unioffice v1.33.0 // indirect
98
+ github.com/xanzy/ssh-agent v0.3.3 // indirect
99
+ gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect
100
+ gitlab.com/golang-commonmark/linkify v0.0.0-20191026162114-a0c2df6c8f82 // indirect
101
+ gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a // indirect
102
+ gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect
103
+ gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
104
+ golang.org/x/crypto v0.29.0 // indirect
105
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
106
+ golang.org/x/sync v0.9.0 // indirect
107
+ golang.org/x/sys v0.27.0 // indirect
108
+ google.golang.org/protobuf v1.34.2 // indirect
109
+ gopkg.in/warnings.v0 v0.1.2 // indirect
110
+ nhooyr.io/websocket v1.8.7 // indirect
111
+ )
112
+
17
113
require (
18
114
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
19
115
github.com/PuerkitoBio/goquery v1.9.2 // indirect
20
116
github.com/andybalholm/cascadia v1.3.2 // indirect
21
117
github.com/cjlapao/common-go v0.0.39 // indirect
22
- github.com/davecgh/go-spew v1.1.1 // indirect
118
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
23
119
github.com/getkin/kin-openapi v0.128.0 // indirect
24
120
github.com/go-logr/logr v1.4.1 // indirect
25
121
github.com/go-logr/stdr v1.2.2 // indirect
@@ -38,13 +134,13 @@ require (
38
134
github.com/microsoftgraph/msgraph-sdk-go-core v1.2.1 // indirect
39
135
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
40
136
github.com/perimeterx/marshmallow v1.1.5 // indirect
41
- github.com/pmezard/go-difflib v1.0.0 // indirect
137
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
42
138
github.com/std-uritemplate/std-uritemplate/go v0.0.57 // indirect
43
139
github.com/stretchr/testify v1.9.0 // indirect
44
- go.opentelemetry.io/otel v1.24 .0 // indirect
45
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
46
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
47
- golang.org/x/net v0.30 .0 // indirect
48
- golang.org/x/text v0.19 .0 // indirect
140
+ go.opentelemetry.io/otel v1.26 .0 // indirect
141
+ go.opentelemetry.io/otel/metric v1.26 .0 // indirect
142
+ go.opentelemetry.io/otel/trace v1.26 .0 // indirect
143
+ golang.org/x/net v0.31 .0 // indirect
144
+ golang.org/x/text v0.20 .0 // indirect
49
145
gopkg.in/yaml.v3 v3.0.1 // indirect
50
146
)
0 commit comments