chore: allows to specify IP protocol (#261)

* Allows to specify IP protocol, including IPv4 only

* Add tests forcing IPv4 or IPv6
This commit is contained in:
Yoan Tournade
2023-06-23 10:45:44 +02:00
committed by GitHub
parent 066b72ac09
commit 905bb4cb1a
6 changed files with 73 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/appleboy/drone-ssh
go 1.18
require (
github.com/appleboy/easyssh-proxy v1.3.10
github.com/appleboy/easyssh-proxy v1.3.11-0.20230609114136-a50c12e64039
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.7