2023-08-26 09:16:52 +01:00
|
|
|
module github.com/AlexSSD7/linsk
|
2023-08-25 15:12:19 +01:00
|
|
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
|
|
|
|
require (
|
2023-08-27 15:30:51 +01:00
|
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
|
2023-08-25 15:12:19 +01:00
|
|
|
github.com/alessio/shellescape v1.4.2
|
2023-08-26 16:26:35 +01:00
|
|
|
github.com/bramvdbogaerde/go-scp v1.2.1
|
2023-08-29 20:56:21 +01:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2023-08-25 15:12:19 +01:00
|
|
|
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
|
|
|
|
|
github.com/pkg/errors v0.9.1
|
2023-08-26 16:26:35 +01:00
|
|
|
github.com/sethvargo/go-password v0.2.0
|
2023-08-25 15:12:19 +01:00
|
|
|
github.com/spf13/cobra v1.7.0
|
|
|
|
|
go.uber.org/multierr v1.11.0
|
|
|
|
|
golang.org/x/crypto v0.12.0
|
2023-08-25 19:55:11 +01:00
|
|
|
golang.org/x/term v0.11.0
|
2023-08-25 15:12:19 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
|
golang.org/x/sys v0.11.0 // indirect
|
|
|
|
|
)
|