Update go modules.

This commit is contained in:
Martin Dosch 2024-01-20 10:06:29 +01:00
parent e8241d3064
commit a22e4664bf
2 changed files with 3 additions and 3 deletions

2
go.mod
View file

@ -6,7 +6,7 @@ require (
github.com/chilts/sid v0.0.0-20190607042430-660e94789ec9
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
github.com/mmcdole/gofeed v1.2.1
github.com/xmppo/go-xmpp v0.0.2-0.20240113231536-f8a24505f4f7
github.com/xmppo/go-xmpp v0.0.2-0.20240118190409-62928b348398
)
require (

4
go.sum
View file

@ -38,8 +38,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/xmppo/go-xmpp v0.0.2-0.20240113231536-f8a24505f4f7 h1:StkqUwd6ER/4Sq02r22aMuBAQkSG8EEkA4/TyGIw3xg=
github.com/xmppo/go-xmpp v0.0.2-0.20240113231536-f8a24505f4f7/go.mod h1:goIl07FSeu+OGrFpTC8fMUTG4Dc7B6LnOZ+qxe0WVi8=
github.com/xmppo/go-xmpp v0.0.2-0.20240118190409-62928b348398 h1:uhOv5PCU63UzAHPc6gHHkA/sHKg1WuAulUybPOJmR1g=
github.com/xmppo/go-xmpp v0.0.2-0.20240118190409-62928b348398/go.mod h1:goIl07FSeu+OGrFpTC8fMUTG4Dc7B6LnOZ+qxe0WVi8=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=