Skip to content

Commit ebb06e1

Browse files
Bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.6
Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.3.2 to 2.3.6. - [Release notes](https://github.com/AlecAivazis/survey/releases) - [Commits](AlecAivazis/survey@v2.3.2...v2.3.6) --- updated-dependencies: - dependency-name: github.com/AlecAivazis/survey/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac160ef commit ebb06e1

File tree

2 files changed

+11
-45
lines changed

2 files changed

+11
-45
lines changed

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ module github.com/linuxsuren/http-downloader
33
go 1.18
44

55
require (
6-
github.com/AlecAivazis/survey/v2 v2.3.2
6+
github.com/AlecAivazis/survey/v2 v2.3.6
7+
github.com/blang/semver/v4 v4.0.0
78
github.com/go-git/go-git/v5 v5.4.2
89
github.com/golang/mock v1.6.0
910
github.com/google/go-github/v29 v29.0.3
@@ -25,7 +26,6 @@ require (
2526
github.com/Microsoft/go-winio v0.4.16 // indirect
2627
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
2728
github.com/acomagu/bufpipe v1.0.3 // indirect
28-
github.com/blang/semver/v4 v4.0.0 // indirect
2929
github.com/davecgh/go-spew v1.1.1 // indirect
3030
github.com/emirpasic/gods v1.12.0 // indirect
3131
github.com/fsnotify/fsnotify v1.5.1 // indirect
@@ -49,7 +49,6 @@ require (
4949
github.com/nxadm/tail v1.4.8 // indirect
5050
github.com/pelletier/go-toml v1.9.4 // indirect
5151
github.com/pmezard/go-difflib v1.0.0 // indirect
52-
github.com/prometheus/client_golang v1.11.1 // indirect
5352
github.com/sergi/go-diff v1.1.0 // indirect
5453
github.com/spf13/afero v1.6.0 // indirect
5554
github.com/spf13/cast v1.4.1 // indirect

0 commit comments

Comments
 (0)