mirror of
https://github.com/Alexander-D-Karpov/webring.git
synced 2026-03-16 22:07:41 +03:00
10 lines
130 B
Modula-2
10 lines
130 B
Modula-2
module webring
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
)
|