aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod26
1 files changed, 13 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index a86ffc1..b4af80c 100644
--- a/go.mod
+++ b/go.mod
@@ -10,17 +10,17 @@ require (
github.com/emersion/go-imap/v2 v2.0.0-alpha.8
github.com/emersion/go-message v0.18.0
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
- github.com/emersion/go-smtp v0.18.1
+ github.com/emersion/go-smtp v0.20.1
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
- github.com/emersion/go-webdav v0.4.1-0.20231227221649-7e076258d6c1
+ github.com/emersion/go-webdav v0.4.1-0.20240108135824-b043bbd9657b
github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
- github.com/google/uuid v1.3.1
- github.com/labstack/echo/v4 v4.11.1
- github.com/labstack/gommon v0.4.0
- github.com/microcosm-cc/bluemonday v1.0.25
- github.com/yuin/gopher-lua v1.1.0
+ github.com/google/uuid v1.5.0
+ github.com/labstack/echo/v4 v4.11.4
+ github.com/labstack/gommon v0.4.2
+ github.com/microcosm-cc/bluemonday v1.0.27-0.20231211125015-19901a849902
+ github.com/yuin/gopher-lua v1.1.1
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
- golang.org/x/net v0.15.0
+ golang.org/x/net v0.20.0
jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
layeh.com/gopher-luar v1.0.11
)
@@ -28,9 +28,9 @@ require (
require (
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
- github.com/gorilla/css v1.0.0 // indirect
+ github.com/gorilla/css v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
- github.com/mattn/go-isatty v0.0.19 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
@@ -38,8 +38,8 @@ require (
github.com/teambition/rrule-go v1.8.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
- golang.org/x/crypto v0.13.0 // indirect
- golang.org/x/sys v0.12.0 // indirect
+ golang.org/x/crypto v0.18.0 // indirect
+ golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
- golang.org/x/time v0.3.0 // indirect
+ golang.org/x/time v0.5.0 // indirect
)