Skip to content

Commit

Permalink
Bump github.com/linuxsuren/http-downloader from 0.0.29 to 0.0.33 (#622)
Browse files Browse the repository at this point in the history
* Bump github.com/linuxsuren/http-downloader from 0.0.29 to 0.0.33

Bumps [github.com/linuxsuren/http-downloader](https://github.com/linuxsuren/http-downloader) from 0.0.29 to 0.0.33.
- [Release notes](https://github.com/linuxsuren/http-downloader/releases)
- [Changelog](https://github.com/LinuxSuRen/http-downloader/blob/master/.goreleaser.yml)
- [Commits](LinuxSuRen/http-downloader@v0.0.29...v0.0.33)

---
updated-dependencies:
- dependency-name: github.com/linuxsuren/http-downloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Run go mod tidy

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rick <1450685+LinuxSuRen@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and LinuxSuRen committed Aug 30, 2021
1 parent db917cf commit 60a816c
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ exclude-labels:
- skip-changelog
- invalid
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
replacers:
- search: '/(?:and )?@dependabot-preview(?:\[bot\])?,?/g'
replace: ''
template: |
## What’s Changed
$CHANGES
Thanks again to $CONTRIBUTORS! 🎉
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.16

require (
github.com/AlecAivazis/survey/v2 v2.2.16
github.com/AlecAivazis/survey/v2 v2.3.1
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 @@ -17,13 +17,13 @@ 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.29
github.com/linuxsuren/http-downloader v0.0.33
github.com/magiconair/properties v1.8.5
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.15.0
github.com/onsi/gomega v1.16.0
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/zalando/go-keyring v0.0.0-20200121091418-667557018717
go.uber.org/zap v1.19.0
Expand Down

0 comments on commit 60a816c

Please sign in to comment.