update deps

This commit is contained in:
2024-09-16 11:37:42 +02:00
parent 713317a4a0
commit c105d5b3cf
3 changed files with 7 additions and 7 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module retroHub
go 1.22
require (
github.com/go-chi/chi/v5 v5.0.12
github.com/mileusna/useragent v1.3.4
github.com/go-chi/chi/v5 v5.1.0
github.com/mileusna/useragent v1.3.5
)