This commit is contained in:
2021-12-21 00:17:09 +01:00
commit 1506a57231
11 changed files with 187 additions and 0 deletions

8
api/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module downloader
go 1.17
require (
github.com/go-chi/chi v1.5.4 // indirect
github.com/go-chi/render v1.0.1 // indirect
)