Files
hnh-map/go.mod
Nikolay Tatarinov 6529d7370e Add configuration files and update project documentation
- Introduced .editorconfig for consistent coding styles across the project.
- Added .golangci.yml for Go linting configuration.
- Updated AGENTS.md to clarify project structure and components.
- Enhanced CONTRIBUTING.md with Makefile usage for common tasks.
- Updated Dockerfiles to use Go 1.24 and improved build instructions.
- Refined README.md and deployment documentation for clarity.
- Added testing documentation in testing.md for backend and frontend tests.
- Introduced Makefile for streamlined development commands and tasks.
2026-03-01 01:51:47 +03:00

19 lines
332 B
Modula-2

module github.com/andyleap/hnh-map
go 1.24.0
toolchain go1.24.13
require (
github.com/go-chi/chi/v5 v5.2.5
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.47.0
golang.org/x/image v0.30.0
golang.org/x/oauth2 v0.34.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
golang.org/x/sys v0.40.0 // indirect
)