Commit Graph

162 Commits

Author SHA1 Message Date
Renovate Bot 14b987cb42 Update module github.com/blang/semver to v3.8.0 2022-06-10 18:06:24 +02:00
Renovate Bot fed5b400de Update module github.com/ulikunitz/xz to v0.5.10 2022-06-10 18:06:13 +02:00
Oskar 5aea9fd5f3
Update go.yml 2021-10-27 23:01:16 +02:00
MedzikUser e33f9e522e update 2021-10-27 22:59:25 +02:00
MedzikUser 542dc5db61 Revert "update"
This reverts commit c9e5fe26ca.
2021-10-27 22:56:40 +02:00
MedzikUser 4b201b07f5 update 2021-10-27 22:54:30 +02:00
MedzikUser c9e5fe26ca update 2021-10-27 22:54:03 +02:00
MedzikUser e8ecb189e5 update 2021-10-27 22:48:35 +02:00
MedzikUser a75b2492cb update 2021-10-27 22:41:38 +02:00
MedzikUser 8a2cf5e596 update 2021-10-27 22:35:41 +02:00
Oskar ec571e8c14
Create go.yml 2021-10-27 22:26:02 +02:00
MedzikUser 9c76d66885 update 2021-10-27 22:24:36 +02:00
MedzikUser 9abefd0460 update 2021-10-27 22:23:51 +02:00
Oskar 8ab4b94ea1
Update renovate.json 2021-10-27 22:18:50 +02:00
Oskar 13766db3e1
Create renovate.json 2021-08-18 20:46:00 +02:00
Medzik f29763a683 Update 2021-07-24 19:39:58 +00:00
rhysd 04a545f8ea update changelog for v1.2.3 2021-01-13 21:25:45 +09:00
Linda_pp 1aa7d81a46
Merge pull request #38 from bhamail/update_x_text
update x/text. Fix CVE-2020-14040
2021-01-13 16:43:16 +09:00
Dan Rollo f315b89e29 update x/text. Fix CVE-2020-14040 2021-01-12 23:03:40 -05:00
Linda_pp 4161c14e0c
Merge pull request #37 from bhamail/update_x_crypto
update x/crypto. Fix CVE-2019-11840
2021-01-13 12:55:27 +09:00
Dan Rollo ed69ef6c6b Merge branch 'master' into update_x_crypto
# Conflicts:
#	go.mod
2021-01-12 22:48:47 -05:00
Linda_pp 466402f90d
Merge pull request #36 from bhamail/update_xz
update to latest release of xz lib. Fix CVE-2020-16845
2021-01-13 10:41:36 +09:00
Dan Rollo a894e020c3 update x/crypto. Fix CVE-2019-11840 2021-01-12 19:03:43 -05:00
Dan Rollo 40792dc985 update to latest release of xz lib. Fix CVE-2020-16845 2021-01-12 18:31:49 -05:00
Linda_pp 5766a1046b
Merge pull request #29 from michaelbirdflyt/master
update to go-github v30.1.0
2020-04-10 15:26:13 +09:00
Mike Bird 17cd45ef2c update to go-github v30.1.0 2020-04-09 17:28:13 -07:00
rhysd 6cf6ce8c7a update changelog for v1.2.1 2019-12-19 18:08:27 +09:00
rhysd 905eb9f670 fix .tgz file is not handled on UncompressCommand 2019-12-19 16:28:00 +09:00
rhysd 3b082d183d update CHANGELOG for v1.2.0 2019-12-19 13:08:04 +09:00
rhysd b5118a9ebf test validator file suffix 2019-12-19 11:40:54 +09:00
rhysd a4d48e7891 add tests for initializing filter regexes 2019-12-19 11:28:39 +09:00
rhysd 351a78b1eb improve error message when regex for filter is broken 2019-12-19 11:28:08 +09:00
Linda_pp 53849d13bc
Merge pull request #25 from fredbi/master
Added option to filter multiple assets in release
2019-12-19 10:49:43 +09:00
Frederic BIDON 12e3317156
nitpick: added cr on logging
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
2019-12-18 18:34:02 +01:00
Frederic BIDON 7fc1c7ebec
tidy up unit test
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
2019-12-18 09:49:52 +01:00
Frederic BIDON 63b0fb3fc1
* reverted choice of Option functor and added filters to Config
* moved regexp-base filtering loop upwards (fail early)
* added unit test for asset lookup with or without filters

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
2019-12-18 09:32:48 +01:00
Frederic BIDON 0148193fae
Added option to filter multiple assets in release
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
2019-12-16 20:12:11 +01:00
Linda_pp 80762b859d
Merge pull request #22 from flowonyx/patch-2
Corrected some typos in README
2019-10-30 12:39:08 +09:00
Joel Williams 677875a59b
Corrected some typos
Made some corrections to grammar and deleted a repeated section. I hope this is helpful for you.
2019-10-30 00:25:24 +02:00
Linda_pp c328ee2035
Merge pull request #21 from pieterclaerhout/master
Update detect.go to add support for tgz files
2019-10-20 00:30:02 +09:00
Pieter Claerhout fdad9d2127
Update detect.go
https://github.com/rhysd/go-github-selfupdate/issues/20
2019-10-19 12:46:25 +02:00
rhysd 04c8f18cca describe executable file name convention contained in assets 2019-07-25 18:37:40 +09:00
rhysd 051f309b75 allow {cmd}_{os}_{arch} name for executable in asset (#19) 2019-07-25 18:31:38 +09:00
rhysd 87b01fbf06 remove go.sum temporarily
It seems that how to calculate hashes is depending on Go
toolchain toolchain version. It means that this library may not be
installed due to 'broken hash' with different Go toolchain from mine. I
believe it is temporal since Go module feature is actively developed.

I decided to remove `go.sum` temporarily. It should be restored in the
future.
2019-03-01 20:11:33 +09:00
Linda_pp 5592b885d8
Merge pull request #18 from bertuss/patch-1
Fix small typo in Readme
2019-01-14 01:11:49 +09:00
Bertus Steenberg 687eda561c
s/dpeneding/depending/ 2019-01-13 17:18:19 +02:00
rhysd ff8cf0cdf6 versioning go-get-release 2018-11-10 23:16:45 +09:00
rhysd 8823218ebf add changelog 2018-11-10 13:08:05 +09:00
rhysd b179163923 tweak README [skip ci] 2018-11-10 12:52:51 +09:00
rhysd 472a014a45 update dependencies with `go get -u` and `go mod tidy` 2018-11-10 12:48:44 +09:00