74c6911200
The validator v10.30.1 upgrade requires updated go.sum entries for golang.org/x/net and related transitive dependencies. Resolves Docker build failure: 'missing go.sum entry for module providing package golang.org/x/net/idna'
Backend Service
This folder contains the Go API for CaddyProxyManager+.
Prerequisites
- Go 1.24+
Getting started
cp .env.example .env # optional
cd backend
go run ./cmd/api
Tests
cd backend
go test ./...