Add UDP proxy support
This commit is contained in:
3
go.mod
3
go.mod
@ -3,14 +3,13 @@ module infinite-noodle
|
||||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.6.0
|
||||
go.mills.io/bitcask/v2 v2.1.3
|
||||
inet.af/tcpproxy v0.0.0-20231102063150-2862066fc2a9
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
|
||||
github.com/gofrs/flock v0.8.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/hashicorp/go-immutable-radix/v2 v2.0.0 // indirect
|
||||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
||||
github.com/mattetti/filebuffer v1.0.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user