1
0
mirror of https://github.com/pcvolkmer/docker-pps.git synced 2025-07-02 13:02:55 +00:00

Add SSH connection handling

This commit is contained in:
2022-03-02 11:01:22 +01:00
parent f831c02e12
commit 693eeb8ebf
3 changed files with 13 additions and 0 deletions

1
go.mod
View File

@ -3,6 +3,7 @@ module github.com/pcvolkmer/docker-pps
go 1.17
require (
github.com/docker/cli v0.0.0-20191017083524-a8ff7f821017
github.com/docker/docker v20.10.12+incompatible
github.com/spf13/pflag v1.0.5
)