aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2024-03-18 10:17:07 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2024-03-18 10:17:07 +0100
commit705440c09b0af01bd00c4e978e01a99e79c71643 (patch)
treeb5083c259db43c12b55d18a63e8f5e45b3ae341a /go.mod
parent802cb3c41d2cc0b1a2a1c00d01e038f5f89cefc6 (diff)
downloadalps-705440c09b0af01bd00c4e978e01a99e79c71643.tar.gz
alps-705440c09b0af01bd00c4e978e01a99e79c71643.tar.bz2
alps-705440c09b0af01bd00c4e978e01a99e79c71643.zip
Upgrade dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod18
1 files changed, 9 insertions, 9 deletions
diff --git a/go.mod b/go.mod
index a4b45dd..2ef7476 100644
--- a/go.mod
+++ b/go.mod
@@ -6,21 +6,21 @@ require (
github.com/aymerick/douceur v0.2.0
github.com/chris-ramon/douceur v0.2.0
github.com/dustin/go-humanize v1.0.1
- github.com/emersion/go-ical v0.0.0-20220601085725-0864dccc089f
+ github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
github.com/emersion/go-imap/v2 v2.0.0-beta.1
github.com/emersion/go-message v0.18.0
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
- github.com/emersion/go-smtp v0.20.1
+ github.com/emersion/go-smtp v0.20.2
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
- 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.5.0
+ github.com/emersion/go-webdav v0.5.0
+ github.com/fernet/fernet-go v0.0.0-20240119011108-303da6aec611
+ github.com/google/uuid v1.6.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.20.0
+ golang.org/x/net v0.22.0
jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
layeh.com/gopher-luar v1.0.11
)
@@ -33,13 +33,13 @@ require (
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
+ github.com/rivo/uniseg v0.4.7 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
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.18.0 // indirect
- golang.org/x/sys v0.16.0 // indirect
+ golang.org/x/crypto v0.21.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)