-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 690 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/unkaktus/onionize
go 1.25.4
require (
github.com/gotk3/gotk3 v0.6.4
github.com/unkaktus/balloon v1.0.0
github.com/unkaktus/bulb v1.2.0
github.com/unkaktus/fileserver v1.0.0
github.com/unkaktus/onionutil v1.2.0
github.com/unkaktus/terminal v0.0.0-20161218222815-90cba33d8a32
github.com/unkaktus/textqr v0.0.0-20241007202619-608dc8614037
github.com/unkaktus/tlspin/v2 v2.4.0
golang.org/x/crypto v0.46.0
rsc.io/qr v0.2.0
)
require (
github.com/nogoegst/pickfs v1.1.0 // indirect
github.com/unkaktus/wslpath v1.0.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/tools/godoc v0.1.0-deprecated // indirect
)