mirror of
https://github.com/arkorty/DownLink.git
synced 2026-03-17 16:51:45 +00:00
10 lines
134 B
Modula-2
10 lines
134 B
Modula-2
module DownLink
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/go-chi/chi/v5 v5.0.10
|
|
github.com/go-chi/cors v1.2.1
|
|
github.com/google/uuid v1.4.0
|
|
)
|