-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 695 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 695 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
25
module github.com/londek/ipadecrypt
go 1.25.0
require (
github.com/juju/persistent-cookiejar v1.0.0
github.com/pkg/sftp v1.13.10
github.com/spf13/cobra v1.10.2
golang.org/x/crypto v0.50.0
golang.org/x/mod v0.35.0
golang.org/x/term v0.42.0
howett.net/plist v1.0.1
)
require (
github.com/frankban/quicktest v1.14.6 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sys v0.43.0 // indirect
gopkg.in/errgo.v1 v1.0.1 // indirect
gopkg.in/retry.v1 v1.0.3 // indirect
)