mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00

- 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
5 lines
96 B
Modula-2
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
|