change sam3 to i2pkeys in some places
This commit is contained in:
parent
a17ef742a2
commit
4ad3e7d4a0
8 changed files with 435 additions and 23 deletions
21
go.mod
Normal file
21
go.mod
Normal file
|
@ -0,0 +1,21 @@
|
|||
module github.com/eyedeekay/eeproxy
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/eyedeekay/go-socks5 v0.0.0-20200111174924-62d59ccc866f
|
||||
github.com/eyedeekay/sam-forwarder v0.33.2
|
||||
github.com/go-i2p/sam3 v0.33.92
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/eyedeekay/i2pkeys v0.0.0-20220310055120-b97558c06ac8 // indirect
|
||||
github.com/eyedeekay/sam3 v0.33.3-0.20220601222524-ee9930813dc1 // indirect
|
||||
github.com/go-i2p/i2pkeys v0.0.0-20241108200332-e4f5ccdff8c4 // indirect
|
||||
github.com/gtank/cryptopasta v0.0.0-20170601214702-1f550f6f2f69 // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/zieckey/goini v0.0.0-20180118150432-0da17d361d26 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
||||
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue