mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-21 17:10:14 +01:00
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
This commit is contained in:
5
socket-proxy/go.mod
Normal file
5
socket-proxy/go.mod
Normal file
@@ -0,0 +1,5 @@
|
||||
module github.com/yusing/go-proxy/socketproxy
|
||||
|
||||
go 1.24.3
|
||||
|
||||
require github.com/gorilla/mux v1.8.1
|
||||
Reference in New Issue
Block a user