add dockerfile, update libs

This commit is contained in:
2024-03-05 10:25:55 +01:00
parent b803b33350
commit 2124d9af00
4 changed files with 28 additions and 11 deletions

6
go.mod
View File

@@ -1,8 +1,8 @@
module retroHub
go 1.20
go 1.22
require (
github.com/go-chi/chi/v5 v5.0.8
github.com/mileusna/useragent v1.3.2
github.com/go-chi/chi/v5 v5.0.12
github.com/mileusna/useragent v1.3.4
)