mirror of
https://git.sr.ht/~sircmpwn/tokidoki
synced 2025-12-12 22:17:22 +01:00
More depency upgrades
This commit is contained in:
parent
832c91beba
commit
4ca7d8c4e7
2 changed files with 9 additions and 9 deletions
6
go.mod
6
go.mod
|
|
@ -8,9 +8,9 @@ require (
|
|||
github.com/emersion/go-imap/v2 v2.0.0-beta.2.0.20240417100641-a587a14d3f01
|
||||
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
||||
github.com/emersion/go-webdav v0.5.1-0.20240419143909-21f251fa1de2
|
||||
github.com/go-chi/chi/v5 v5.0.10
|
||||
github.com/go-chi/chi/v5 v5.0.12
|
||||
github.com/msteinert/pam/v2 v2.0.0
|
||||
github.com/rs/zerolog v1.31.0
|
||||
github.com/rs/zerolog v1.32.0
|
||||
golang.org/x/crypto v0.18.0
|
||||
)
|
||||
|
||||
|
|
@ -20,5 +20,5 @@ require (
|
|||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/teambition/rrule-go v1.8.2 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/sys v0.19.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue