build(deps): bump rls to v0.5.12 (#1506)

This commit is contained in:
s0up4200 2024-04-14 21:10:06 +02:00 committed by GitHub
parent b58ead74aa
commit 1b02add842
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -29,7 +29,7 @@ require (
github.com/lib/pq v1.10.9
github.com/mattn/go-shellwords v1.0.12
github.com/mmcdole/gofeed v1.3.0
github.com/moistari/rls v0.5.10
github.com/moistari/rls v0.5.12
github.com/pkg/errors v0.9.1
github.com/r3labs/sse/v2 v2.10.0
github.com/robfig/cron/v3 v3.0.1
@ -42,7 +42,7 @@ require (
go.uber.org/automaxprocs v1.5.3
golang.org/x/crypto v0.21.0
golang.org/x/net v0.22.0
golang.org/x/sync v0.6.0
golang.org/x/sync v0.7.0
golang.org/x/term v0.18.0
golang.org/x/time v0.5.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1