This commit is contained in:
Joakim Hellsén 2024-02-03 02:29:29 +01:00
commit 334c007c0e
3 changed files with 24 additions and 0 deletions

2
go.mod
View file

@ -1,3 +1,5 @@
module github.com/TheLovinator1/FeedVault
go 1.21.6
require github.com/go-chi/chi/v5 v5.0.11