docs: remove goofy sections from README

This commit is contained in:
corrado.mulas
2026-04-06 13:57:10 +02:00
parent c17a71a1cc
commit 36676db1dd
5 changed files with 131 additions and 26 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module overleaf-registration-be
go 1.23.0
require (
github.com/PuerkitoBio/goquery v1.10.3
github.com/joho/godotenv v1.5.1
github.com/rs/cors v1.11.1
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.39.0 // indirect
)