mirror of
https://github.com/Alexander-D-Karpov/webring.git
synced 2026-03-16 22:07:41 +03:00
16 lines
272 B
Modula-2
16 lines
272 B
Modula-2
module webring
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
)
|