Files
ozon-mock/go.mod
Rinat 842f87f576 Initial commit: ozon-mock Go server
- Mock Ozon Seller API endpoints
- Products, Postings, Finance, Returns, Analytics
- JSON fixtures for testing
- Docker support
- Gitea Actions CI/CD
2026-07-15 16:19:24 +03:00

6 lines
87 B
Modula-2

module github.com/rinat/ozon-mock
go 1.25.0
require github.com/gin-gonic/gin v1.10.0