17 lines
477 B
Modula-2
17 lines
477 B
Modula-2
module i2pgit.org/idk/torclientapp
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/cretz/bine v0.2.0
|
|
github.com/ipsn/go-libtor v1.0.380
|
|
i2pgit.org/idk/clientapp v0.0.0-20220104231015-1f518ab27f47
|
|
)
|
|
|
|
require (
|
|
github.com/sridharv/gomobile-java v0.0.0-20160328180427-34d2814361d9 // indirect
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
)
|