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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/linuxsuren/http-downloader from 0.0.33 to 0.0.85 #767

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


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

require (
github.com/AlecAivazis/survey/v2 v2.3.1
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
github.com/Pallinder/go-randomdata v1.2.0
github.com/atotto/clipboard v0.1.4
github.com/chai2010/gettext-go v0.0.0-20170215093142-bf70f2a70fb1
Expand All @@ -15,30 +15,28 @@ require (
github.com/google/go-github/v29 v29.0.3
github.com/gorilla/mux v1.8.0 // indirect
github.com/hashicorp/go-version v1.2.1
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec
github.com/jedib0t/go-pretty/v6 v6.2.4
github.com/jenkins-zh/jenkins-client v0.0.13
github.com/jenkins-zh/jenkins-formulas v0.0.5
github.com/linuxsuren/cobra-extension v0.0.10
github.com/linuxsuren/cobra-extension v0.0.16
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.33
github.com/linuxsuren/http-downloader v0.0.85
github.com/magiconair/properties v1.8.5
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/moby v20.10.8+incompatible
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
go.uber.org/zap v1.19.0
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.11 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/text v0.3.8
gopkg.in/yaml.v2 v2.4.0
moul.io/http2curl v1.0.0
)
Loading