mirror of
https://github.com/go-i2p/goSam.git
synced 2025-06-07 09:03:33 -04:00
27 lines
1.1 KiB
Modula-2
27 lines
1.1 KiB
Modula-2
module github.com/go-i2p/gosam
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/getlantern/go-socks5 v0.0.0-20171114193258-79d4dd3e2db5
|
|
github.com/go-i2p/i2pkeys v0.0.0-20241108200332-e4f5ccdff8c4
|
|
)
|
|
|
|
require (
|
|
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
|
|
github.com/getlantern/errors v1.0.1 // indirect
|
|
github.com/getlantern/golog v0.0.0-20230503153817-8e72de7e0a65 // indirect
|
|
github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect
|
|
github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect
|
|
github.com/getlantern/iptool v0.0.0-20210721034953-519bf8ce0147 // indirect
|
|
github.com/getlantern/netx v0.0.0-20211206143627-7ccfeb739cbd // indirect
|
|
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.19.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|