diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-19 13:33:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 13:33:13 +0000 |
commit | fc0a4dc16b0462d97b979d0984488b632cc3b674 (patch) | |
tree | 2df1a854880f51acc4ae6a92f28c8067e1b8f13d /go.mod | |
parent | f94b4d24c957207b8607bfbed97e6c0fe28c32cf (diff) | |
download | go-git-fc0a4dc16b0462d97b979d0984488b632cc3b674.tar.gz |
build: bump github.com/gliderlabs/ssh from 0.3.5 to 0.3.6
Bumps [github.com/gliderlabs/ssh](https://github.com/gliderlabs/ssh) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/gliderlabs/ssh/releases)
- [Commits](https://github.com/gliderlabs/ssh/compare/v0.3.5...v0.3.6)
---
updated-dependencies:
- dependency-name: github.com/gliderlabs/ssh
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require ( github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a github.com/emirpasic/gods v1.18.1 - github.com/gliderlabs/ssh v0.3.5 + github.com/gliderlabs/ssh v0.3.6 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 github.com/go-git/go-billy/v5 v5.5.0 github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 |