@@ -2,7 +2,7 @@ module github.com/Southclaws/storyden
2
2
3
3
go 1.23.0
4
4
5
- toolchain go1.23.3
5
+ toolchain go1.23.4
6
6
7
7
require (
8
8
ariga.io/atlas v0.27.0 // indirect
@@ -12,44 +12,44 @@ require (
12
12
github.com/alexedwards/argon2id v1.0.0
13
13
github.com/forPelevin/gomoji v1.2.0
14
14
github.com/getkin/kin-openapi v0.128.0
15
- github.com/gosimple/slug v1.14 .0
15
+ github.com/gosimple/slug v1.15 .0
16
16
github.com/joho/godotenv v1.5.1
17
17
github.com/kelseyhightower/envconfig v1.4.0
18
- github.com/labstack/echo/v4 v4.12.0
18
+ github.com/labstack/echo/v4 v4.13.3
19
19
github.com/pkg/errors v0.9.1
20
20
github.com/rs/xid v1.6.0
21
21
github.com/samber/lo v1.47.0
22
22
github.com/stretchr/testify v1.10.0
23
23
go.uber.org/dig v1.18.0
24
24
go.uber.org/fx v1.23.0
25
25
go.uber.org/zap v1.27.0
26
- golang.org/x/oauth2 v0.24 .0
26
+ golang.org/x/oauth2 v0.25 .0
27
27
)
28
28
29
29
require github.com/Southclaws/fault v0.8.1
30
30
31
31
require (
32
32
github.com/JohannesKaufmann/html-to-markdown/v2 v2.2.2
33
- github.com/PuerkitoBio/goquery v1.10.0
33
+ github.com/PuerkitoBio/goquery v1.10.1
34
34
github.com/Southclaws/opt v0.6.1
35
35
github.com/Southclaws/swirl v1.0.1
36
- github.com/ThreeDotsLabs/watermill v1.4.1
36
+ github.com/ThreeDotsLabs/watermill v1.4.2
37
37
github.com/ThreeDotsLabs/watermill-amqp/v3 v3.0.0
38
38
github.com/a8m/enter v0.0.0-20230407172335-1834787a98fe
39
39
github.com/alitto/pond/v2 v2.1.6
40
40
github.com/bwmarrin/discordgo v0.28.1
41
41
github.com/cixtor/readability v1.0.0
42
42
github.com/dave/jennifer v1.7.1
43
43
github.com/dboslee/lru v0.0.1
44
- github.com/dgraph-io/ristretto/v2 v2.0 .0
44
+ github.com/dgraph-io/ristretto/v2 v2.1 .0
45
45
github.com/disintegration/imaging v1.6.2
46
46
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0
47
- github.com/gabriel-vasile/mimetype v1.4.7
47
+ github.com/gabriel-vasile/mimetype v1.4.8
48
48
github.com/glebarez/go-sqlite v1.22.0
49
49
github.com/golang-jwt/jwt/v5 v5.2.1
50
50
github.com/google/go-github/v66 v66.0.0
51
51
github.com/iancoleman/strcase v0.3.0
52
- github.com/jackc/pgx/v5 v5.7.1
52
+ github.com/jackc/pgx/v5 v5.7.2
53
53
github.com/jmoiron/sqlx v1.4.0
54
54
github.com/klippa-app/go-pdfium v1.13.0
55
55
github.com/matcornic/hermes/v2 v2.1.0
@@ -62,28 +62,28 @@ require (
62
62
github.com/oapi-codegen/nullable v1.1.0
63
63
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
64
64
github.com/oapi-codegen/runtime v1.1.1
65
- github.com/openai/openai-go v0.1.0-alpha.39
66
- github.com/pb33f/libopenapi v0.18.7
65
+ github.com/openai/openai-go v0.1.0-alpha.45
66
+ github.com/pb33f/libopenapi v0.20.0
67
67
github.com/philippgille/chromem-go v0.7.0
68
68
github.com/pinecone-io/go-pinecone v1.1.2-0.20241220212044-af29d07e7c68
69
69
github.com/puzpuzpuz/xsync/v3 v3.4.0
70
- github.com/redis/rueidis v1.0.49
70
+ github.com/redis/rueidis v1.0.52
71
71
github.com/rs/cors v1.11.1
72
72
github.com/russross/blackfriday/v2 v2.1.0
73
73
github.com/sendgrid/sendgrid-go v3.16.0+incompatible
74
- github.com/shirou/gopsutil/v4 v4.24.10
75
- github.com/twilio/twilio-go v1.23.6
76
- github.com/weaviate/weaviate v1.27.6
74
+ github.com/shirou/gopsutil/v4 v4.24.12
75
+ github.com/twilio/twilio-go v1.23.9
76
+ github.com/weaviate/weaviate v1.28.2
77
77
github.com/weaviate/weaviate-go-client/v4 v4.16.1
78
- golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
78
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
79
79
golang.org/x/sync v0.10.0
80
- google.golang.org/api v0.209 .0
80
+ google.golang.org/api v0.216 .0
81
81
)
82
82
83
83
require (
84
- cloud.google.com/go/auth v0.10.2 // indirect
85
- cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
86
- cloud.google.com/go/compute/metadata v0.5.2 // indirect
84
+ cloud.google.com/go/auth v0.13.0 // indirect
85
+ cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
86
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
87
87
github.com/JohannesKaufmann/dom v0.2.0 // indirect
88
88
github.com/Masterminds/goutils v1.1.1 // indirect
89
89
github.com/Masterminds/semver v1.5.0 // indirect
@@ -102,7 +102,7 @@ require (
102
102
github.com/go-ini/ini v1.67.0 // indirect
103
103
github.com/go-logr/logr v1.4.2 // indirect
104
104
github.com/go-logr/stdr v1.2.2 // indirect
105
- github.com/go-ole/go-ole v1.2.6 // indirect
105
+ github.com/go-ole/go-ole v1.3.0 // indirect
106
106
github.com/go-openapi/analysis v0.23.0 // indirect
107
107
github.com/go-openapi/errors v0.22.0 // indirect
108
108
github.com/go-openapi/jsonreference v0.21.0 // indirect
@@ -111,14 +111,14 @@ require (
111
111
github.com/go-openapi/strfmt v0.23.0 // indirect
112
112
github.com/go-openapi/validate v0.24.0 // indirect
113
113
github.com/go-webauthn/x v0.1.14 // indirect
114
- github.com/goccy/go-json v0.10.3 // indirect
114
+ github.com/goccy/go-json v0.10.4 // indirect
115
115
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116
116
github.com/golang/mock v1.6.0 // indirect
117
117
github.com/google/go-querystring v1.1.0 // indirect
118
118
github.com/google/go-tpm v0.9.1 // indirect
119
119
github.com/google/s2a-go v0.1.8 // indirect
120
120
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
121
- github.com/googleapis/gax-go/v2 v2.14.0 // indirect
121
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
122
122
github.com/gorilla/css v1.0.1 // indirect
123
123
github.com/gorilla/websocket v1.5.0 // indirect
124
124
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -138,19 +138,20 @@ require (
138
138
github.com/oklog/ulid v1.3.1 // indirect
139
139
github.com/olekukonko/tablewriter v0.0.5 // indirect
140
140
github.com/perimeterx/marshmallow v1.1.5 // indirect
141
- github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
141
+ github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
142
142
github.com/rabbitmq/amqp091-go v1.10.0 // indirect
143
143
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
144
144
github.com/sendgrid/rest v2.6.9+incompatible // indirect
145
+ github.com/speakeasy-api/jsonpath v0.3.1 // indirect
145
146
github.com/speakeasy-api/openapi-overlay v0.9.0 // indirect
146
147
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
147
148
github.com/tetratelabs/wazero v1.8.1 // indirect
148
149
github.com/tidwall/gjson v1.14.4 // indirect
149
150
github.com/tidwall/match v1.1.1 // indirect
150
151
github.com/tidwall/pretty v1.2.1 // indirect
151
152
github.com/tidwall/sjson v1.2.5 // indirect
152
- github.com/tklauser/go-sysconf v0.3.12 // indirect
153
- github.com/tklauser/numcpus v0.6.1 // indirect
153
+ github.com/tklauser/go-sysconf v0.3.14 // indirect
154
+ github.com/tklauser/numcpus v0.9.0 // indirect
154
155
github.com/ugorji/go/codec v1.2.12 // indirect
155
156
github.com/vanng822/css v1.0.1 // indirect
156
157
github.com/vanng822/go-premailer v1.21.0 // indirect
@@ -159,14 +160,14 @@ require (
159
160
github.com/yusufpapurcu/wmi v1.2.4 // indirect
160
161
go.mongodb.org/mongo-driver v1.17.0 // indirect
161
162
go.opencensus.io v0.24.0 // indirect
162
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55 .0 // indirect
163
- go.opentelemetry.io/otel v1.31 .0 // indirect
164
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
165
- go.opentelemetry.io/otel/trace v1.31 .0 // indirect
163
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.57 .0 // indirect
164
+ go.opentelemetry.io/otel v1.32 .0 // indirect
165
+ go.opentelemetry.io/otel/metric v1.32 .0 // indirect
166
+ go.opentelemetry.io/otel/trace v1.32 .0 // indirect
166
167
golang.org/x/image v0.20.0 // indirect
167
- golang.org/x/tools v0.25 .0 // indirect
168
+ golang.org/x/tools v0.29 .0 // indirect
168
169
google.golang.org/genproto/googleapis/api v0.0.0-20241230172942-26aa7a208def // indirect
169
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241230172942-26aa7a208def // indirect
170
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
170
171
google.golang.org/grpc v1.69.2 // indirect
171
172
gopkg.in/yaml.v2 v2.4.0 // indirect
172
173
modernc.org/libc v1.61.0 // indirect
@@ -177,9 +178,9 @@ require (
177
178
178
179
require (
179
180
github.com/klauspost/compress v1.17.11 // indirect
180
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
181
+ github.com/klauspost/cpuid/v2 v2.2.9 // indirect
181
182
github.com/minio/md5-simd v1.1.2 // indirect
182
- github.com/minio/minio-go/v7 v7.0.81
183
+ github.com/minio/minio-go/v7 v7.0.83
183
184
)
184
185
185
186
require (
@@ -216,12 +217,12 @@ require (
216
217
github.com/x448/float16 v0.8.4 // indirect
217
218
github.com/zclconf/go-cty v1.15.0 // indirect
218
219
go.uber.org/multierr v1.11.0
219
- golang.org/x/crypto v0.31 .0
220
- golang.org/x/mod v0.21 .0 // indirect
221
- golang.org/x/net v0.33 .0
222
- golang.org/x/sys v0.28 .0 // indirect
220
+ golang.org/x/crypto v0.32 .0
221
+ golang.org/x/mod v0.22 .0 // indirect
222
+ golang.org/x/net v0.34 .0
223
+ golang.org/x/sys v0.29 .0 // indirect
223
224
golang.org/x/text v0.21.0
224
- golang.org/x/time v0.8 .0 // indirect
225
- google.golang.org/protobuf v1.36.1
225
+ golang.org/x/time v0.9 .0 // indirect
226
+ google.golang.org/protobuf v1.36.2
226
227
gopkg.in/yaml.v3 v3.0.1 // indirect
227
228
)
0 commit comments