aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatarLibravatar Simon Ser <[email protected]> 2024-04-08 12:42:57 +0200
committerLibravatarLibravatar Simon Ser <[email protected]> 2024-04-08 12:42:57 +0200
commit827a3b874716257990d7f504d4d20941e9d070b7 (patch)
tree8e7604742a1a4ee9e1b6b0c5b3680a4bcba9fe84 /go.mod
parentf5a5fefa97f717dd704fa341dd26ab59bf0b0ac9 (diff)
downloadalps-827a3b874716257990d7f504d4d20941e9d070b7.tar.gz
alps-827a3b874716257990d7f504d4d20941e9d070b7.tar.bz2
alps-827a3b874716257990d7f504d4d20941e9d070b7.zip
Upgrade dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 6 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 2ef7476..3a8c975 100644
--- a/go.mod
+++ b/go.mod
@@ -7,10 +7,10 @@ require (
github.com/chris-ramon/douceur v0.2.0
github.com/dustin/go-humanize v1.0.1
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-imap/v2 v2.0.0-beta.2
+ github.com/emersion/go-message v0.18.1
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
- github.com/emersion/go-smtp v0.20.2
+ github.com/emersion/go-smtp v0.21.0
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/emersion/go-webdav v0.5.0
github.com/fernet/fernet-go v0.0.0-20240119011108-303da6aec611
@@ -20,13 +20,12 @@ require (
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.22.0
+ golang.org/x/net v0.24.0
jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
layeh.com/gopher-luar v1.0.11
)
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.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -38,8 +37,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.21.0 // indirect
- golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/crypto v0.22.0 // indirect
+ golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.5.0 // indirect
)