Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/linuxsuren/http-downloader from 0.0.22 to 0.0.23 #7

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/jenkins-zh/jenkins-cli
go 1.14

require (
github.com/AlecAivazis/survey/v2 v2.2.9
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8
github.com/Pallinder/go-randomdata v1.2.0
github.com/atotto/clipboard v0.1.4
Expand All @@ -16,17 +16,17 @@ require (
github.com/linuxsuren/cobra-extension v0.0.10
github.com/linuxsuren/go-cli-alias v0.0.6
github.com/linuxsuren/go-cli-plugin v0.0.4
github.com/linuxsuren/http-downloader v0.0.22
github.com/linuxsuren/http-downloader v0.0.27
github.com/magiconair/properties v1.8.5
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.15.1
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
golang.org/x/net v0.0.0-20210326060303-6b1517762897
golang.org/x/text v0.3.5
gopkg.in/yaml.v2 v2.4.0
moul.io/http2curl v1.0.0
Expand Down