Skip to content

Commit b5514b6

Browse files
Bump github.com/linuxsuren/http-downloader from 0.0.10 to 0.0.15 (#526)
* Bump github.com/linuxsuren/http-downloader from 0.0.10 to 0.0.15 Bumps [github.com/linuxsuren/http-downloader](https://github.com/linuxsuren/http-downloader) from 0.0.10 to 0.0.15. - [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.10...v0.0.15) Signed-off-by: dependabot[bot] <support@github.com> * Check update center before isntall a plugin Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rick <rick@jenkins-zh.cn>
1 parent ee7663e commit b5514b6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

e2e/plugin_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ func TestCheckUpdateCenter(t *testing.T) {
3434
}
3535

3636
func TestInstallPlugin(t *testing.T) {
37+
TestCheckUpdateCenter(t)
38+
3739
cmd := exec.Command("jcli", "plugin", "install", "localization-zh-cn", "--url", GetJenkinsURL())
3840
data, err := cmd.CombinedOutput()
3941
assert.Nil(t, err)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/linuxsuren/cobra-extension v0.0.10
1717
github.com/linuxsuren/go-cli-alias v0.0.4
1818
github.com/linuxsuren/go-cli-plugin v0.0.4
19-
github.com/linuxsuren/http-downloader v0.0.10
19+
github.com/linuxsuren/http-downloader v0.0.15
2020
github.com/magiconair/properties v1.8.4
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/onsi/ginkgo v1.14.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ github.com/linuxsuren/http-downloader v0.0.2-0.20201207132639-19888a6beaec/go.mo
205205
github.com/linuxsuren/http-downloader v0.0.6/go.mod h1:xxgh2OE7WGL9TwDE9L8Gh7Lqq9fFPuHbh5tofUitEfE=
206206
github.com/linuxsuren/http-downloader v0.0.10 h1:LavSzwPzHvxSp1b3hnP4IVNiP79p8VqDHnKU5q2mFjA=
207207
github.com/linuxsuren/http-downloader v0.0.10/go.mod h1:4hVRWYnIifme60jM0gCoEzglPdjUt7fBwXRwYs/rwwE=
208+
github.com/linuxsuren/http-downloader v0.0.15 h1:C/d0SNcY8BbjQ5TAF9F1dgiL1EFYewDWe18ByU/ud7U=
209+
github.com/linuxsuren/http-downloader v0.0.15/go.mod h1:NdmON+hy9MoAsS1hHg6H2BRu9uNSDCoq+fM/k6gWmpg=
208210
github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDePerRcY=
209211
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
210212
github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4=

0 commit comments

Comments
 (0)