GoDoxy/socket-proxy/go.mod
yusing 8fe94d6d14 feat(socket-proxy): implement Docker socket proxy and related configurations
- Updated Dockerfile and Makefile for socket-proxy build.
- Modified go.mod to include necessary dependencies.
- Updated CI workflows for socket-proxy integration.
- Better module isolation
- Code refactor
2025-05-10 09:47:03 +08:00

5 lines
96 B
Modula-2

module github.com/yusing/go-proxy/socketproxy
go 1.24.3
require github.com/gorilla/mux v1.8.1