aides-repo-api/go.mod

12 lines
227 B
Modula-2
Raw Normal View History

module code.alt-gnome.ru/aides-infra/aides-repo-api
2024-12-04 11:46:42 +00:00
go 1.23.3
require (
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
)
require github.com/ajg/form v1.5.1 // indirect