first version

This commit is contained in:
Aurélie Delhaie
2023-05-07 22:34:30 +02:00
commit 784679592d
13 changed files with 394 additions and 0 deletions

8
go.mod Normal file
View File

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