Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: muhlba91/external-dns-provider-adguard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3be718ce695098f3589fbafa158d29fd71826e5
Choose a base ref
..
head repository: muhlba91/external-dns-provider-adguard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3cc19dc4604e020b0b7c6724c6a626144112bca6
Choose a head ref
Showing with 8 additions and 4 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +1 −1 .github/workflows/verify.yml
  3. +2 −2 go.mod
  4. +4 −0 go.sum
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.6.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.17.0
uses: anchore/sbom-action/download-syft@v0.17.2

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ jobs:
- name: Install cosign
uses: sigstore/cosign-installer@v3.6.0
- name: Download Syft
uses: anchore/sbom-action/download-syft@v0.17.0
uses: anchore/sbom-action/download-syft@v0.17.2

- name: Setup QEMU
uses: docker/setup-qemu-action@v3
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@ module github.com/muhlba91/external-dns-provider-adguard

go 1.22.2

toolchain go1.23.0
toolchain go1.23.1

require (
github.com/caarlos0/env/v10 v10.0.0
github.com/go-chi/chi/v5 v5.1.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
sigs.k8s.io/external-dns v0.14.2
)

4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -64,6 +64,10 @@ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 h1:2dVuKD2vS7b0QIHQbpyTISPd0
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56/go.mod h1:M4RDyNAINzryxdtnbRXRL/OHtkFuWGRjvuhBJpk2IlY=
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa h1:ELnwvuAXPNtPk1TJRuGkI9fDTwym6AYBu0qzT8AcHdI=
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 h1:kx6Ds3MlpiUHKj7syVnbp57++8WpuKPcR5yjLBjvLEA=
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e h1:I88y4caeGeuDQxgdoFPUq097j7kNfw6uvuiNxUBfcBk=
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e/go.mod h1:akd2r19cwCdwSwWeIdzYQGa/EZZyqcOdwWiwj5L5eKQ=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=