mirror of
https://github.com/Alexander-D-Karpov/webring.git
synced 2026-03-16 22:07:41 +03:00
18 lines
357 B
Modula-2
18 lines
357 B
Modula-2
module webring
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.11.0
|
|
github.com/gorilla/csrf v1.7.3
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.11.2
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
)
|