mirror of
https://github.com/ssep1ol/overleaf-registration-be.git
synced 2026-07-21 12:30:21 +00:00
15 lines
260 B
Modula-2
15 lines
260 B
Modula-2
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
|
|
)
|