Commits on Source (13)
-
Renovate-Bot authored8547b1d3
-
Kevin Daudt authored
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `d852ddb` -> `9212866` | --- ### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻️ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzYuNzguOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> See: !37e0def0ed -
Ariadne Conill authored
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org>
b0a7ab6b -
Kevin Daudt authored
Signed-off-by: Ariadne Conill <ariadne@dereferenced.org> See: !38
5381bfae -
Renovate-Bot authoredede38e4e
-
Kevin Daudt authored
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `9212866` -> `3e424a5` | --- ### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻️ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> See: !3956dbe46d -
Renovate-Bot authoreded753e2e
-
Kevin Daudt authored
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golangci/golangci-lint | image | minor | `v1.54-alpine` -> `v1.55-alpine` | --- ### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻️ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> See: !41ed069779 -
f9f3b121
-
Kevin Daudt authored
This PR adds a `repository.SignArchive` function to allow signing an archive created with `repository.ArchiveFromIndex`. Also, `repository.ArchiveFromIndex` no longer writes an empty description file if no description is provided (to match the `apk index` command's behaviour) See: !42
25f07d68 -
34c3e080
-
Kevin Daudt authored
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `3e424a5` -> `db7319d` | --- ### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.♻️ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> See: !400dd70ac8 -
Kevin Daudt authored
... | ... | @@ -5,7 +5,7 @@ go 1.19 |
require ( | ||
github.com/MakeNowJust/heredoc/v2 v2.0.1 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 | ||
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3 | ||
gopkg.in/ini.v1 v1.67.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
mvdan.cc/sh/v3 v3.7.0 | ||
... | ... | @@ -15,6 +15,6 @@ require ( |
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sync v0.2.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/sys v0.12.0 // indirect | ||
golang.org/x/term v0.8.0 // indirect | ||
) |