Commit graph

177 commits

Author SHA1 Message Date
Renovate Bot
d1dadca916 Update module github.com/safing/portbase to v0.13.4 2022-01-27 12:25:34 +00:00
Renovate Bot
b154fd0201 Update golang.org/x/crypto commit hash to aa10faf 2022-01-27 03:14:23 +00:00
Renovate Bot
30c8dc460f Update golang.org/x/crypto commit hash to e04a857 2022-01-26 21:37:41 +00:00
Renovate Bot
f0cf6ddbb9 Update golang.org/x/crypto commit hash to 5e0467b 2022-01-12 21:26:32 +00:00
Renovate Bot
6763513a6e Update module github.com/spf13/cobra to v1.3.0 2021-12-29 13:25:58 +00:00
Renovate Bot
373c4d105e Update module github.com/safing/portbase to v0.13.2 2021-12-29 11:19:22 +00:00
Renovate Bot
d3eb0506a8 Update golang.org/x/crypto commit hash to e495a2d 2021-12-15 19:41:34 +00:00
Renovate Bot
1a25a728af Update golang.org/x/crypto commit hash to 4570a08 2021-12-09 22:01:17 +00:00
Renovate Bot
3583f246fa Update module github.com/safing/portbase to v0.13.1 2021-12-07 09:43:15 +00:00
Renovate Bot
ca9505e106 Update golang.org/x/crypto commit hash to 5770296 2021-12-02 23:44:06 +00:00
Renovate Bot
0034e04c34 Update module github.com/safing/portbase to v0.12.4 2021-11-24 15:48:06 +00:00
Renovate Bot
cc8f77434e Update golang.org/x/crypto commit hash to ae814b3 2021-11-17 21:50:20 +00:00
Renovate Bot
d57fc16a56 Update golang.org/x/crypto commit hash to b4de73f 2021-11-16 02:38:41 +00:00
Renovate Bot
8d8217a712 Update golang.org/x/crypto commit hash to ceb1ce7 2021-11-15 13:02:49 +00:00
Daniel
5fdc14db2c Add stabilityDays option to renovate 2021-11-10 15:49:04 +01:00
Renovate Bot
87ecc7d370 Update module github.com/safing/portbase to v0.12.3 2021-10-15 17:19:56 +00:00
Renovate Bot
2948b71e0b Update module github.com/safing/portbase to v0.12.2 2021-10-12 17:04:25 +00:00
Renovate Bot
55d45eac42 Update module github.com/safing/portbase to v0.12.1 2021-10-06 18:16:24 +00:00
Daniel
a51f718566
Merge pull request from safing/feature/lint-upgrade
Linter upgrade
2021-10-04 17:08:30 +02:00
Daniel
8a0851a726
Merge pull request from safing/renovate/github.com-tevino-abool-2.x
Update module github.com/tevino/abool to v2
2021-10-04 17:08:16 +02:00
Renovate Bot
e5a0bec29b
Update module github.com/tevino/abool to v2 2021-10-04 12:09:29 +00:00
Renovate Bot
3324760d0a Update golang.org/x/sys commit hash to 2c5d950 2021-10-04 12:08:56 +00:00
Daniel
4e06dfb226 Add comment with link to docs for golangci-lint 2021-10-04 13:40:30 +02:00
Renovate Bot
711f939913 Update golang.org/x/sys commit hash to b1ebd4e 2021-10-03 16:14:09 +00:00
Daniel
5059051610 Fix linter errors 2021-10-02 23:00:01 +02:00
Daniel
70f411c597 Update golangci-lint to v1.42.1 2021-10-02 22:59:26 +02:00
Renovate Bot
89f70739ea Update golang.org/x/sys commit hash to 808efd9 2021-10-02 12:37:38 +00:00
Renovate Bot
06354da1b3 Update module github.com/spf13/cobra to v1.2.1 2021-10-01 18:54:35 +00:00
Renovate Bot
4aed44485c Update module github.com/safing/portbase to v0.12.0 2021-10-01 17:48:33 +00:00
Renovate Bot
0c6106e090 Update module github.com/AlecAivazis/survey/v2 to v2.3.2 2021-10-01 16:36:03 +00:00
Renovate Bot
b95c07ea68 Update module github.com/mattn/go-colorable to v0.1.11 2021-10-01 14:45:24 +00:00
Renovate Bot
b43cf3068c Update golang.org/x/sys commit hash to 39dca11 2021-10-01 13:56:20 +00:00
Renovate Bot
e2642de2bd Update golang.org/x/crypto commit hash to 089bfa5 2021-10-01 12:23:43 +00:00
Renovate Bot
4ea1811147 Update github.com/mgutz/ansi commit hash to d51e80e 2021-10-01 12:04:42 +00:00
Daniel
30c3c87962
Merge pull request from safing/fix/actions
Fix test script and linter errors
2021-10-01 14:00:52 +02:00
Daniel
1e91e2b9f7 Fix test script and linter errors 2021-10-01 13:58:26 +02:00
Daniel
b4f443f7c2
Merge pull request from safing/renovate/configure
Configure Renovate
2021-10-01 08:44:29 +02:00
Daniel
ac933d788a Add Go lint and test action 2021-10-01 08:35:18 +02:00
Daniel
6ff3d72bb1 Move renovate config to .github dir 2021-10-01 08:32:00 +02:00
Daniel
39eaf8bc69
Add renovate automerge config 2021-09-30 13:24:56 +02:00
Renovate Bot
1106e578ac
Add renovate.json 2021-09-30 10:35:51 +00:00
Daniel
f41681c197
Merge pull request from safing/fix/slice-space
Copy input data if slice has additional space
2021-09-27 11:12:30 +02:00
Daniel
69219a4db8 Copy input data if slice has additional space
The additional space could be corrupted, because some libraries check
for slice capacity and use the available additional space of the slice.
2021-09-26 13:36:33 +02:00
Patrick Pacher
f6e134506d
Merge pull request from safing/feature/labeled-hash-formats
Switch to explicit labeled hash formatting, update deps and docs
2021-07-07 15:26:31 +02:00
Daniel
4538b98bd7 Add section about suites to README 2021-06-30 11:36:09 +02:00
Daniel
2459e21034 Update dependencies 2021-06-30 11:26:33 +02:00
Daniel
1ac81dde54 Switch labeled hash to explicit formatting 2021-06-30 11:17:04 +02:00
Daniel
af4dbad99f Fix envelope creation in tests 2021-06-30 11:16:16 +02:00
Daniel
b7b78c7ec6
Merge pull request from safing/feature/modules
Migrate to go modules
2021-06-30 11:12:28 +02:00
Daniel
b310781990
Update README.md 2021-04-28 17:38:45 +02:00