-
-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (19 loc) · 531 Bytes
/
go.mod
File metadata and controls
23 lines (19 loc) · 531 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/tis24dev/proxsave
go 1.25.0
toolchain go1.25.9
require (
filippo.io/age v1.3.1
github.com/gdamore/tcell/v2 v2.13.8
github.com/rivo/tview v0.42.0
golang.org/x/crypto v0.50.0
golang.org/x/term v0.42.0
golang.org/x/text v0.36.0
)
require (
filippo.io/edwards25519 v1.1.1 // indirect
filippo.io/hpke v0.4.0 // indirect
github.com/gdamore/encoding v1.0.1 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.43.0 // indirect
)