2024-12-12 07:45:34 +00:00
|
|
|
module code.alt-gnome.ru/aides-infra/aides-repo-api
|
2024-12-04 11:46:42 +00:00
|
|
|
|
|
|
|
go 1.23.3
|
|
|
|
|
|
|
|
require (
|
2024-12-12 07:45:34 +00:00
|
|
|
github.com/caarlos0/env/v11 v11.2.2
|
|
|
|
github.com/go-chi/chi/v5 v5.1.0
|
|
|
|
github.com/go-chi/render v1.0.3
|
2024-12-04 11:46:42 +00:00
|
|
|
)
|
2024-12-12 07:45:34 +00:00
|
|
|
|
|
|
|
require github.com/ajg/form v1.5.1 // indirect
|