delete works and with test
This commit is contained in:
20
go.mod
20
go.mod
@ -1,5 +1,21 @@
|
||||
module proxy-lite
|
||||
module infinite-noodle
|
||||
|
||||
go 1.19
|
||||
|
||||
require inet.af/tcpproxy v0.0.0-20231102063150-2862066fc2a9
|
||||
require (
|
||||
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
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
||||
golang.org/x/sys v0.20.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user