Skip to content

Commit 8829d71

Browse files
committed
Fix go version in go.mod; update README
1 parent 63e98a0 commit 8829d71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ A minimal, encrypted SOCKS5 tunnel for securely forwarding traffic between a **P
1111
- **Agent via Relay**: dials into the Relay on behalf of the Agent, establishing a secure tunnel via the relay.
1212
- Graceful shutdown (SIGINT/SIGTERM) and automatic reconnect/backoff.
1313
- Simple YAML configuration override.
14-
- Zero external dependencies beyond the Go standard library and `gopkg.in/yaml.v3`.
1514

1615
## Installation
1716

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/lonepie/reverse-soxy
22

3-
go 1.24.2
3+
go 1.24
44

55
require (
66
github.com/fatih/color v1.13.0

0 commit comments

Comments
 (0)