-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 761 Bytes
/
Copy pathgo.mod
File metadata and controls
25 lines (22 loc) · 761 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/masahide/gopssh
go 1.26.5
require (
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/dzeromsk/debpack v0.0.0-20190912160929-4b3d7b5dd69b
github.com/fatih/color v1.19.0
github.com/google/rpmpack v0.7.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/mattn/go-colorable v0.1.15
github.com/mattn/go-isatty v0.0.24
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.54.0
golang.org/x/term v0.45.0
)
require (
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
github.com/cavaliergopher/cpio v1.0.1 // indirect
github.com/klauspost/compress v1.19.1 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
github.com/ulikunitz/xz v0.5.16 // indirect
golang.org/x/sys v0.47.0 // indirect
)