forked from Juniper/go-netconf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for SSH via Bastion Host (Juniper#121)
- Loading branch information
vedp
committed
Apr 29, 2024
1 parent
dfbc77f
commit e51069f
Showing
3 changed files
with
68 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
module github.com/Juniper/go-netconf | ||
module github.com/vpatel95/go-netconf | ||
|
||
go 1.12 | ||
|
||
require ( | ||
github.com/Juniper/go-netconf v0.3.0 | ||
github.com/google/go-cmp v0.5.1 | ||
golang.org/x/crypto v0.1.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters