- Updated quic-go from v0.57.1 to v0.59.0 for QUIC protocol improvements - Ran go mod tidy to ensure consistency - Dependencies verified for integrity
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 ./...