This commit is contained in:
2025-03-11 10:53:45 +02:00
parent f23f3fbf53
commit 9bbda8d021
14 changed files with 231 additions and 3 deletions

5
go.mod
View File

@@ -1,3 +1,8 @@
module github.com/rdarius/boot-dev-blog-aggregator
go 1.23.6
require (
github.com/google/uuid v1.6.0 // indirect
github.com/lib/pq v1.10.9 // indirect
)